fix(activity-log): remove unused Card import

This commit is contained in:
Abhinav Raut
2025-05-17 19:56:55 +05:30
parent aeececd001
commit f2d4969733
@@ -163,7 +163,6 @@
<script setup>
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'
import {