#7943 -permisosWorker #855

Merged
jgallego merged 2 commits from 7349-permisosWorker into dev 2024-10-23 05:52:48 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 1bf1844c8f - Show all commits

View File

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