diff --git a/src/components/Nav/Header/Header.tsx b/src/components/Nav/Header/Header.tsx index 22179cee..7dbe5026 100644 --- a/src/components/Nav/Header/Header.tsx +++ b/src/components/Nav/Header/Header.tsx @@ -24,7 +24,6 @@ import { apiClient } from '../../../utils/apiClient' import { RANDOM_TOPICS_COUNT } from '../../Views/Home' import { Link } from './Link' import { Subscribe } from '../../_shared/Subscribe' -import { SearchModal } from '../SearchModal/SearchModal' type Props = { title?: string @@ -184,10 +183,6 @@ export const Header = (props: Props) => { - - - -