Skip to content

Commit f2d4969

Browse files
committed
fix(activity-log): remove unused Card import
1 parent aeececd commit f2d4969

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/features/admin/activity-log/ActivityLog.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@
163163

164164
<script setup>
165165
import { ref, computed, onMounted, watch } from 'vue'
166-
import { Card } from '@/components/ui/card'
167166
import { Skeleton } from '@/components/ui/skeleton'
168167
import SimpleTable from '@/components/table/SimpleTable.vue'
169168
import {

0 commit comments

Comments
 (0)