0
0
Fork 0

fix: refs #7349 dependencia no usada

This commit is contained in:
Javi Gallego 2024-10-23 07:46:52 +02:00
parent ae56c06628
commit 1bf1844c8f
1 changed files with 1 additions and 1 deletions

View File

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