chore: update import

This commit is contained in:
Methapon Metanipat 2024-10-04 09:26:34 +07:00
parent 24ea8f1164
commit bab448f47b

View file

@ -1,7 +1,7 @@
<script lang="ts" setup>
import { pageTabs, fieldSelectedOption } from './constants';
import { onMounted, reactive, ref } from 'vue';
import { onMounted, reactive, ref, watch } from 'vue';
import { useRouter } from 'vue-router';
import { storeToRefs } from 'pinia';
@ -72,8 +72,6 @@ import {
useEmployeeForm,
} from 'src/pages/03_customer-management/form';
import QuotationView from './QuotationView.vue';
import { watch } from 'vue';
import { toRaw } from 'vue';
const quotationFormStore = useQuotationForm();
const customerFormStore = useCustomerForm();