Remove unused import

This commit is contained in:
the1812 2025-04-09 07:38:34 +08:00
parent 90b6af37f5
commit b8ed71a90e

View File

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, defineExpose, defineProps } from 'vue'
import { ref } from 'vue'
import { VLoading } from '@/ui'
import type { GameInfo } from './types'
import { bilibiliApi, getJson } from '@/core/ajax'