Skip to content

Commit fa5b44f

Browse files
committed
remove unused import
1 parent c9baf0c commit fa5b44f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/js/components/TwoFactorSetupModal.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { useTwoFactorAuth } from '@/composables/useTwoFactorAuth';
1919
import { confirm } from '@/routes/two-factor';
2020
import { Form } from '@inertiajs/vue3';
2121
import { useClipboard } from '@vueuse/core';
22-
import { Check, Copy, Loader2, ScanLine } from 'lucide-vue-next';
22+
import { Check, Copy, ScanLine } from 'lucide-vue-next';
2323
import { computed, nextTick, ref, watch } from 'vue';
2424
2525
interface Props {

0 commit comments

Comments
 (0)