Skip to content

Commit 1c00b55

Browse files
committed
Update lint
1 parent 11d3bf6 commit 1c00b55

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { createLazyFileRoute, useNavigate, useSearch as useSearchParams, Link } from '@tanstack/react-router';
1+
import { createLazyFileRoute, useNavigate, Link } from '@tanstack/react-router';
22
import { useState, useEffect } from 'react';
33
import { useSearch } from '../hooks/useSearch';
44
import { useProfile } from '../hooks/useProfile';
@@ -8,10 +8,6 @@ import { getChainIconUrl } from '../utils/chainIcons';
88
import { shouldAttemptDirectLookup } from '../utils/validation';
99
import { ChainIcon } from '../components/ChainIcon';
1010

11-
interface SearchParams {
12-
q?: string
13-
}
14-
1511
export const Route = createLazyFileRoute('/')({
1612
component: Home,
1713
});

0 commit comments

Comments
 (0)