chore: clear js lint error

This commit is contained in:
duorameng
2026-04-17 09:37:23 +08:00
parent 190d513442
commit 5747871fa9
4 changed files with 6 additions and 25 deletions
+1 -3
View File
@@ -1,9 +1,7 @@
<script setup lang="ts">
import { ref, onMounted } from 'vue'
import { Button } from '@/components/ui/button'
import { Input } from '@/components/ui/input'
import Pagination from '@/components/Pagination.vue'
import { RefreshCw, Search, Loader2 } from 'lucide-vue-next'
import { Loader2 } from 'lucide-vue-next'
import TextOverflow from '@/components/TextOverflow.vue'
import { api } from '@/api'
import { toast } from 'vue-sonner'