style: fix linting

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2701>
This commit is contained in:
Kasper Seweryn 2024-01-24 22:16:01 +01:00
parent b313d0e48c
commit 318aa196fa
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
import type { QueueTrack } from '~/composables/audio/queue'
import { useIntervalFn, useStyleTag, useToggle, useWindowSize } from '@vueuse/core'
import { computed, nextTick, onMounted, ref, watchEffect, defineAsyncComponent } from 'vue'
import { computed, nextTick, onMounted, watchEffect, defineAsyncComponent } from 'vue'
import { useQueue } from '~/composables/audio/queue'
import { useStore } from '~/store'