remove unused import

This commit is contained in:
Abhinav Raut
2025-05-17 19:29:47 +05:30
parent a345b2e322
commit 45bae57183

View File

@@ -156,7 +156,7 @@
</template>
<script setup>
import { ref, computed, onMounted, h, watch } from 'vue'
import { ref, computed, onMounted, watch } from 'vue'
import { Card } from '@/components/ui/card'
import { Skeleton } from '@/components/ui/skeleton'
import SimpleTable from '@/components/table/SimpleTable.vue'