From 49a735631ae2f9e27ec42e7d2bd4aeaa955e1784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Le=20Bihan?= Date: Wed, 20 Sep 2023 13:12:04 +0200 Subject: [PATCH] prettied --- front/views/V2/HomeView.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/front/views/V2/HomeView.tsx b/front/views/V2/HomeView.tsx index 653fa32..eb98e64 100644 --- a/front/views/V2/HomeView.tsx +++ b/front/views/V2/HomeView.tsx @@ -6,7 +6,6 @@ import HomeMainSongCard from '../../components/V2/HomeMainSongCard'; import SongCardInfo from '../../components/V2/SongCardInfo'; import API from '../../API'; import { useNavigation } from '../../Navigation'; -import Song from '../../models/Song'; const bigSideRatio = 1000; const smallSideRatio = 618; @@ -19,7 +18,7 @@ type HomeCardProps = { onPress?: () => void; }; -let cards = [ +const cards = [ { image: 'https://media.discordapp.net/attachments/717080637038788731/1153688155292180560/image_homeview1.png', title: 'Beethoven',