fix(eslint): remove unused import

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2337>
This commit is contained in:
Kasper Seweryn 2023-01-23 12:56:46 +01:00 committed by Georg Krause
parent 9ca357c2c3
commit 600228eafa
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 1 additions and 1 deletions

View File

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