0
0
Fork 0

refactor: refs #6891 Remove unused i18n

This commit is contained in:
Jorge Penadés 2024-06-03 14:12:49 +02:00
parent 2a61ca4dbb
commit e6f0e6b089
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
<script setup>
import { computed, onMounted, ref, watch, onUnmounted } from 'vue';
import { useI18n } from 'vue-i18n';
import ZoneDeliveryPanel from './ZoneDeliveryPanel.vue';
import ZoneDeliveryCalendar from './ZoneDeliveryCalendar.vue';
@ -10,7 +9,6 @@ import { useWeekdayStore } from 'src/stores/useWeekdayStore';
import { useArrayData } from 'src/composables/useArrayData';
import RightMenu from 'src/components/common/RightMenu.vue';
const { t } = useI18n();
const stateStore = useStateStore();
const weekdayStore = useWeekdayStore();