diff --git a/src/layouts/search/search.tsx b/src/layouts/search/search.tsx index 0b0e7520..ee76bf8e 100644 --- a/src/layouts/search/search.tsx +++ b/src/layouts/search/search.tsx @@ -5,6 +5,7 @@ import Analytics from '@/analytics' import { BrowserBookmark } from './browser-bookmark/browser-bookmark' import { TrendingSearches } from './trending/trending-searches' import { VoiceSearchButton } from './voice/VoiceSearchButton' +import { FcGoogle } from 'react-icons/fc' export function SearchLayout() { const [searchQuery, setSearchQuery] = useState('') @@ -75,7 +76,7 @@ export function SearchLayout() {