forked from verdnatura/salix-front
refactor: refs #6891 Remove unused i18n
This commit is contained in:
parent
2a61ca4dbb
commit
e6f0e6b089
|
@ -1,6 +1,5 @@
|
||||||
<script setup>
|
<script setup>
|
||||||
import { computed, onMounted, ref, watch, onUnmounted } from 'vue';
|
import { computed, onMounted, ref, watch, onUnmounted } from 'vue';
|
||||||
import { useI18n } from 'vue-i18n';
|
|
||||||
|
|
||||||
import ZoneDeliveryPanel from './ZoneDeliveryPanel.vue';
|
import ZoneDeliveryPanel from './ZoneDeliveryPanel.vue';
|
||||||
import ZoneDeliveryCalendar from './ZoneDeliveryCalendar.vue';
|
import ZoneDeliveryCalendar from './ZoneDeliveryCalendar.vue';
|
||||||
|
@ -10,7 +9,6 @@ import { useWeekdayStore } from 'src/stores/useWeekdayStore';
|
||||||
import { useArrayData } from 'src/composables/useArrayData';
|
import { useArrayData } from 'src/composables/useArrayData';
|
||||||
import RightMenu from 'src/components/common/RightMenu.vue';
|
import RightMenu from 'src/components/common/RightMenu.vue';
|
||||||
|
|
||||||
const { t } = useI18n();
|
|
||||||
const stateStore = useStateStore();
|
const stateStore = useStateStore();
|
||||||
const weekdayStore = useWeekdayStore();
|
const weekdayStore = useWeekdayStore();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue