We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b13c5ae commit 4e639e4Copy full SHA for 4e639e4
src/components/DeleteUserModal.vue
@@ -1,5 +1,5 @@
1
<script setup>
2
-import { ref, useTemplateRef } from 'vue';
+import { useTemplateRef } from 'vue';
3
import { useRouter } from 'vue-router';
4
import { useAuthStore } from '@/stores/auth';
5
import { useAxiosForm } from '@/composables/useAxiosForm';
0 commit comments