From 54e3fefce935a8e34605ca46f40eb699f95c5704 Mon Sep 17 00:00:00 2001 From: upsiflu Date: Wed, 6 Nov 2024 09:12:36 +0100 Subject: [PATCH] fix(style): explicit import unneeded (styles are already globally loaded) --- front/src/components/artist/Card.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue index 54337093b..aa55b94af 100644 --- a/front/src/components/artist/Card.vue +++ b/front/src/components/artist/Card.vue @@ -42,7 +42,3 @@ const image = artist.cover - -