8 lines
182 B
Vue
8 lines
182 B
Vue
<template>
|
|
<warehouse-form-presentation />
|
|
</template>
|
|
|
|
<script setup>
|
|
import WarehouseFormPresentation from "@/components/Organism/Stock/WarehouseFormPresentation.vue";
|
|
</script>
|