diff --git a/front/src/components/artist/Card.vue b/front/src/components/artist/Card.vue
index cfab54b1f..437a835b3 100644
--- a/front/src/components/artist/Card.vue
+++ b/front/src/components/artist/Card.vue
@@ -5,6 +5,7 @@ import { useStore } from '~/store'
import { useI18n } from 'vue-i18n'
import TagsList from '~/components/tags/List.vue'
+import Card from '~/components/ui/Card.vue'
import type { Artist } from '~/types'
@@ -43,7 +44,7 @@ const imageUrl = computed(() => cover.value?.urls.original
/front/src/components/artist/Card.vue
- cover.value?.urls.original
Go to artist
-
+