fix(eslint): remove unused import

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
environments/review-docs-poetr-umn39l/deployments/16928
Kasper Seweryn 2023-01-23 12:56:46 +01:00 zatwierdzone przez Marge
rodzic d4cf0bd590
commit ac8237645d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2,7 +2,7 @@ import type { Track, Artist, Album, Playlist, Library, Channel, Actor } from '~/
import type { ContentFilter } from '~/store/moderation'
import { useCurrentElement } from '@vueuse/core'
import { computed, markRaw, nextTick, ref } from 'vue'
import { computed, markRaw, ref } from 'vue'
import { i18n } from '~/init/locale'
import { useStore } from '~/store'