From 8e88c356bd60c1b0a42201af93fcdc8154387a12 Mon Sep 17 00:00:00 2001 From: ArneBo Date: Tue, 11 Mar 2025 10:08:37 +0100 Subject: [PATCH] fix(front): import forgotten component --- front/src/components/artist/Widget.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/front/src/components/artist/Widget.vue b/front/src/components/artist/Widget.vue index 5587cf081..b064be707 100644 --- a/front/src/components/artist/Widget.vue +++ b/front/src/components/artist/Widget.vue @@ -12,6 +12,7 @@ import usePage from '~/composables/navigation/usePage' import ArtistCard from '~/components/artist/Card.vue' import Section from '~/components/ui/Section.vue' import Pagination from '~/components/ui/Pagination.vue' +import Loader from '~/components/ui/Loader.vue' interface Props { filters: Record