Skip to content

Commit 6d4cc75

Browse files
committed
Clean vue
1 parent dca5137 commit 6d4cc75

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/js/components/Home/EquipmentCard.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,16 +96,13 @@
9696
<script setup>
9797
import { computed } from 'vue';
9898
import { Link } from '@inertiajs/vue3';
99-
import { Badge } from '@/components/ui/badge';
10099
import { Button } from '@/components/ui/button';
101100
import {
102101
MapPin,
103102
Tag,
104103
Euro,
105104
Calendar,
106105
ArrowRight,
107-
ShieldCheck,
108-
AlertTriangle
109106
} from 'lucide-vue-next';
110107
import { format } from 'date-fns';
111108
import { fr } from 'date-fns/locale';

0 commit comments

Comments
 (0)