diff --git a/front/components/V2/SearchBar.tsx b/front/components/V2/SearchBar.tsx index df27851..f02df3a 100644 --- a/front/components/V2/SearchBar.tsx +++ b/front/components/V2/SearchBar.tsx @@ -7,6 +7,7 @@ import { AddSquare, CloseCircle, SearchNormal1 } from 'iconsax-react-native'; import { useQuery } from '../../Queries'; import API from '../../API'; import Genre from '../../models/Genre'; +import { translate } from '../../i18n/i18n'; type ArtistChipProps = { name: string; @@ -138,7 +139,7 @@ const SearchBarComponent = () => {