diff --git a/front/components/V2/SearchBar.tsx b/front/components/V2/SearchBar.tsx index 1f0198d..97368b6 100644 --- a/front/components/V2/SearchBar.tsx +++ b/front/components/V2/SearchBar.tsx @@ -1,11 +1,11 @@ import React from 'react'; import { Button, Text, Select } from 'native-base'; import { ScrollView, TextInput, View } from 'react-native'; +import { Input } from 'native-base'; import ButtonBase from '../UI/ButtonBase'; import { AddSquare, CloseCircle, SearchNormal1 } from 'iconsax-react-native'; import { useQuery } from '../../Queries'; import API from '../../API'; -import { LoadingView } from '../Loading'; import Genre from '../../models/Genre'; type ArtistChipProps = { @@ -17,7 +17,7 @@ type ArtistChipProps = { const ArtistChipComponent = (props: ArtistChipProps) => { return ( -