Front: Lint + format
This commit is contained in:
committed by
Clément Le Bihan
parent
4e3b378d6a
commit
60a73781bd
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user