mirror of
https://github.com/koel/koel
synced 2024-11-10 06:34:14 +00:00
chore: clean up unused imports
This commit is contained in:
parent
52711620bb
commit
ec529266df
3 changed files with 2 additions and 3 deletions
|
@ -51,7 +51,7 @@
|
|||
<script lang="ts" setup>
|
||||
import { faCoffee } from '@fortawesome/free-solid-svg-icons'
|
||||
import { computed, ref, toRef } from 'vue'
|
||||
import { eventBus, logger, pluralize } from '@/utils'
|
||||
import { logger, pluralize } from '@/utils'
|
||||
import { commonStore, queueStore, songStore } from '@/stores'
|
||||
import { localStorageService as storage, playbackService } from '@/services'
|
||||
import { useDialogBox, useRouter, useSongList } from '@/composables'
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import { eventBus } from '@/utils'
|
||||
import { Route } from '@/router'
|
||||
import { userStore } from '@/stores'
|
||||
import { localStorageService } from '@/services'
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { reactive } from 'vue'
|
||||
import { differenceBy, shuffle, unionBy } from 'lodash'
|
||||
import { differenceBy, unionBy } from 'lodash'
|
||||
import { arrayify } from '@/utils'
|
||||
import { http } from '@/services'
|
||||
import { songStore } from '@/stores'
|
||||
|
|
Loading…
Reference in a new issue