Quitada import no usado

This commit is contained in:
Alejandro Tasistro 2025-05-24 14:18:05 -03:00
parent 04673b1754
commit 8a2539f207

View file

@ -1,7 +1,6 @@
<script>
import { defineComponent } from "vue";
import SubpedidoSelect from "./SubpedidoSelect.vue";
import { mapGetters } from "vuex";
export default defineComponent({
components: { SubpedidoSelect },