0
0
Fork 0
This commit is contained in:
Alex Moreno 2023-11-24 13:32:20 +01:00
parent 023cfc6ac7
commit 54379b3e65
1 changed files with 1 additions and 1 deletions

View File

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