mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-26 05:04:54 +00:00
Remove unused imports
This commit is contained in:
@@ -122,7 +122,7 @@
|
||||
|
||||
<script setup>
|
||||
import { useI18n } from 'vue-i18n'
|
||||
import { computed, onMounted, ref, watch, reactive } from 'vue'
|
||||
import { computed } from 'vue'
|
||||
import BaseText from '@/scripts/components/base/BaseText.vue'
|
||||
|
||||
const { t } = useI18n()
|
||||
|
||||
Reference in New Issue
Block a user