clear unused imports

This commit is contained in:
Megghy
2023-12-19 10:41:04 +08:00
parent 89911c7ad2
commit 283f3e11f4
46 changed files with 330 additions and 514 deletions

View File

@@ -1,9 +1,9 @@
<script setup lang="ts">
import { SongsInfo, SongFrom } from '@/api/api-models'
import { SongFrom, SongsInfo } from '@/api/api-models'
import { QueryGetAPI } from '@/api/query'
import { SONG_API_URL } from '@/data/constants'
import { NEmpty } from 'naive-ui'
import { computed, ref, toRef, toRefs, watch } from 'vue'
import { computed, ref, toRef, watch } from 'vue'
import APlayer from 'vue3-aplayer'
const props = defineProps<{