mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-27 21:54:54 +00:00
Remove unused imports
This commit is contained in:
@@ -42,8 +42,8 @@
|
||||
|
||||
<script type="text/babel" setup>
|
||||
import axios from 'axios'
|
||||
import { reactive, ref, computed } from 'vue'
|
||||
import { required, email, helpers } from '@vuelidate/validators'
|
||||
import { reactive, ref } from 'vue'
|
||||
import { email, helpers, required } from '@vuelidate/validators'
|
||||
import { useVuelidate } from '@vuelidate/core'
|
||||
import { useNotificationStore } from '@/scripts/stores/notification'
|
||||
import { useI18n } from 'vue-i18n'
|
||||
|
||||
Reference in New Issue
Block a user