From caafed100e0d247a21fdfd273716849ab98614d4 Mon Sep 17 00:00:00 2001 From: Petitminion Date: Thu, 15 May 2025 15:17:00 +0200 Subject: [PATCH] lint --- front/src/utils/utils.ts | 1 - 1 file changed, 1 deletion(-) 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'