diff --git a/src/shared/components/Search.tsx b/src/shared/components/Search.tsx index 3205538..92bd8e5 100644 --- a/src/shared/components/Search.tsx +++ b/src/shared/components/Search.tsx @@ -6,6 +6,7 @@ import { ServiceType } from '../../pages/service/types/ServiecTypes' import { Link } from 'react-router-dom' import { Pages } from '../../config/Pages' import { useOutsideClick } from '../../hooks/useOutSideClick' +import { clx } from '../../helpers/utils' const Search: FC = () => { @@ -40,9 +41,12 @@ const Search: FC = () => { showSearch &&