diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index ec531f064..1a33858ac 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -30,7 +30,6 @@ 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' @@ -127,9 +126,6 @@ const paginateOptions = computed(() => sortedUniq([12, 30, 50, paginateBy.value]