lints fix

This commit is contained in:
danis
2023-09-09 19:18:30 +02:00
parent a6d9cb3b40
commit 64640eda55
5 changed files with 4 additions and 17 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import { HStack, IconButton, Image, Text } from 'native-base';
import { HStack, Image, Text } from 'native-base';
import Song, { SongWithArtist } from '../models/Song';
import RowCustom from './RowCustom';
import TextButton from './TextButton';
import { MaterialIcons } from '@expo/vector-icons';
type SongRowProps = {
song: Song | SongWithArtist; // TODO: remove Song