mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-28 06:04:54 +00:00
Remove unused imports
This commit is contained in:
@@ -114,14 +114,8 @@
|
||||
<script setup>
|
||||
import { useModuleStore } from '@/scripts/admin/stores/module'
|
||||
import { useGlobalStore } from '@/scripts/admin/stores/global'
|
||||
import { computed, onMounted, reactive, ref, watchEffect } from 'vue'
|
||||
import {
|
||||
required,
|
||||
minLength,
|
||||
maxLength,
|
||||
helpers,
|
||||
requiredUnless,
|
||||
} from '@vuelidate/validators'
|
||||
import { computed, ref } from 'vue'
|
||||
import { helpers, minLength, required } from '@vuelidate/validators'
|
||||
import ModuleCard from './partials/ModuleCard.vue'
|
||||
import ModuleCardPlaceholder from './partials/ModuleCardPlaceholder.vue'
|
||||
import { useVuelidate } from '@vuelidate/core'
|
||||
|
||||
Reference in New Issue
Block a user