refactor(routes): quotation
This commit is contained in:
parent
6215338e58
commit
fac28cfc67
5 changed files with 5 additions and 5 deletions
|
|
@ -2,8 +2,8 @@
|
|||
import { ref } from 'vue';
|
||||
import { Icon } from '@iconify/vue';
|
||||
|
||||
import MainDialog from 'components/05_buy-sale/MainDialog.vue';
|
||||
import WorkerItem from 'components/05_buy-sale/WorkerItem.vue';
|
||||
import MainDialog from 'components/05_quotation/MainDialog.vue';
|
||||
import WorkerItem from 'components/05_quotation/WorkerItem.vue';
|
||||
import AppBox from 'components/app/AppBox.vue';
|
||||
|
||||
const dialogState = ref(true);
|
||||
Loading…
Add table
Add a link
Reference in a new issue