Skip to content

Commit 274823d

Browse files
committed
Update lint
1 parent 3f134be commit 274823d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/search/src/routes/index.lazy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { useSearch } from '../hooks/useSearch';
44
import { useProfile } from '../hooks/useProfile';
55
import { LuSearch } from "react-icons/lu";
66
import { useDebounce } from 'use-debounce';
7-
import { shouldAttemptDirectLookup, isValidENSNameFormat } from '../utils/validation';
7+
import { shouldAttemptDirectLookup } from '../utils/validation';
88
import { SearchResult } from '../components/SearchResult';
99

1010
export const Route = createLazyFileRoute('/')({

0 commit comments

Comments
 (0)