0
0
Fork 0

Removed unused import

This commit is contained in:
Joan Sanchez 2023-03-02 10:00:01 +01:00
parent 2e171f830b
commit d6652d6b11
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<script setup>
import { onMounted, onUnmounted, ref, watch } from 'vue';
import { onMounted, ref, watch } from 'vue';
import { useI18n } from 'vue-i18n';
import { useArrayData } from 'composables/useArrayData';