Remove unused imports

This commit is contained in:
Darko Gjorgjijoski
2025-01-12 18:10:04 +01:00
parent 8160b53689
commit 8b49332453
74 changed files with 115 additions and 193 deletions

View File

@@ -196,7 +196,7 @@
</template>
<script setup>
import { ref, computed, reactive, watch } from 'vue'
import { computed, ref, watch } from 'vue'
import { useDebounceFn } from '@vueuse/core'
import { useI18n } from 'vue-i18n'
import draggable from 'vuedraggable'