We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f134be commit 274823dCopy full SHA for 274823d
packages/search/src/routes/index.lazy.tsx
@@ -4,7 +4,7 @@ import { useSearch } from '../hooks/useSearch';
4
import { useProfile } from '../hooks/useProfile';
5
import { LuSearch } from "react-icons/lu";
6
import { useDebounce } from 'use-debounce';
7
-import { shouldAttemptDirectLookup, isValidENSNameFormat } from '../utils/validation';
+import { shouldAttemptDirectLookup } from '../utils/validation';
8
import { SearchResult } from '../components/SearchResult';
9
10
export const Route = createLazyFileRoute('/')({
0 commit comments