diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index 1a33858ac..ec531f064 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -30,6 +30,7 @@ import useOrdering from '~/composables/navigation/useOrdering' import useErrorHandler from '~/composables/useErrorHandler' import usePage from '~/composables/navigation/usePage' import useLogger from '~/composables/useLogger' +import Section from '../ui/layout/Section.vue' interface Props extends OrderingProps { scope?: 'me' | 'all' @@ -126,6 +127,9 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]