diff --git a/components/Common/Search/States/WithEmptyState.tsx b/components/Common/Search/States/WithEmptyState.tsx deleted file mode 100644 index f554a0bec206b..0000000000000 --- a/components/Common/Search/States/WithEmptyState.tsx +++ /dev/null @@ -1,14 +0,0 @@ -import { useTranslations } from 'next-intl'; -import type { FC } from 'react'; - -import styles from './index.module.css'; - -export const WithEmptyState: FC = () => { - const t = useTranslations(); - - return ( -