Skip to content

Commit 4e639e4

Browse files
committed
eslint
1 parent b13c5ae commit 4e639e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/DeleteUserModal.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup>
2-
import { ref, useTemplateRef } from 'vue';
2+
import { useTemplateRef } from 'vue';
33
import { useRouter } from 'vue-router';
44
import { useAuthStore } from '@/stores/auth';
55
import { useAxiosForm } from '@/composables/useAxiosForm';

0 commit comments

Comments
 (0)