perf: remove unnussed import
gitea/salix-front/pipeline/pr-test This commit looks good Details

This commit is contained in:
Javier Segarra 2025-02-16 23:47:31 +01:00
parent 443a2747cc
commit 3e3713a937
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { onMounted, ref, computed, watch, provide } from 'vue';
import { onMounted, ref, computed, watch } from 'vue';
import { useQuasar } from 'quasar';
import { useArrayData } from 'composables/useArrayData';
import VnInput from 'src/components/common/VnInput.vue';