This commit is contained in:
Clément Le Bihan
2023-12-04 16:03:17 +01:00
parent d0f9c4a032
commit 1d61b1e652
8 changed files with 7 additions and 12 deletions
@@ -3,7 +3,6 @@ import { View, Image, TouchableOpacity } from 'react-native';
import { Divider, Text, ScrollView, Row, useMediaQuery, useTheme } from 'native-base';
import { useQuery } from '../../Queries';
import API from '../../API';
import Song from '../../models/Song';
import ButtonBase from './ButtonBase';
import { Icon } from 'iconsax-react-native';
import { LoadingView } from '../Loading';