Front: Lint + format

This commit is contained in:
Arthur Jamet
2023-12-28 09:38:32 +01:00
committed by Clément Le Bihan
parent 4e3b378d6a
commit 60a73781bd
3 changed files with 6 additions and 13 deletions
+1 -7
View File
@@ -2,13 +2,7 @@ import Song from '../../models/Song';
import React from 'react';
import { LikeButton } from './SongCardInfoLikeBtn';
import { Image, Platform, View } from 'react-native';
import {
Pressable,
Text,
PresenceTransition,
Icon,
useBreakpointValue,
} from 'native-base';
import { Pressable, Text, PresenceTransition, Icon, useBreakpointValue } from 'native-base';
import { Ionicons } from '@expo/vector-icons';
import { useQuery } from '../../Queries';
import API from '../../API';