diff --git a/front/src/utils/utils.ts b/front/src/utils/utils.ts index 99a63e97d..abbf35c8a 100644 --- a/front/src/utils/utils.ts +++ b/front/src/utils/utils.ts @@ -1,6 +1,5 @@ import type { Track, Album, ArtistCredit, QueueItemSource } from '~/types' import type { components } from '~/generated/types' -import { useStore } from '~/store' import type { QueueTrack } from '~/composables/audio/queue' import store from '~/store'