run prettier

This commit is contained in:
danis
2023-09-09 18:55:32 +02:00
parent b61541f7b8
commit a6d9cb3b40
8 changed files with 59 additions and 45 deletions
+5 -5
View File
@@ -1,8 +1,8 @@
import { HStack, IconButton, 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";
import { HStack, IconButton, 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