diff --git a/src/components/UI/search/Search.tsx b/src/components/UI/search/Search.tsx deleted file mode 100644 index 27913e5e51..0000000000 --- a/src/components/UI/search/Search.tsx +++ /dev/null @@ -1,30 +0,0 @@ -import { FC } from 'react'; -import { Input, InputGroup, Stack } from '@chakra-ui/react'; - -import { BORDER_WIDTH } from '../../../constants'; -import { LensIcon } from '../icons'; - -export const Search: FC = () => { - return ( - - - - - - - - - ); -}; diff --git a/src/components/UI/search/index.ts b/src/components/UI/search/index.ts deleted file mode 100644 index addd53308b..0000000000 --- a/src/components/UI/search/index.ts +++ /dev/null @@ -1 +0,0 @@ -export * from './Search';