fix: error import

This commit is contained in:
Methapon Metanipat 2024-10-28 16:55:54 +07:00
parent d9f8d0f971
commit dc84178e06

View file

@ -15,7 +15,6 @@ import { useQuotationForm } from './form';
import { CustomerBranchCreate } from 'stores/customer/types';
// NOTE: Import Components
import ReceiptDialog from './ReceiptDialog.vue';
import QuotationCard from 'src/components/05_quotation/QuotationCard.vue';
import PaginationComponent from 'src/components/PaginationComponent.vue';
import StatCardComponent from 'src/components/StatCardComponent.vue';
@ -983,11 +982,6 @@ async function storeDataLocal(id: string) {
</div>
</div>
</DialogForm>
<ReceiptDialog
v-model:data="currentQuotationPayment"
v-model="pageState.receiptModal"
></ReceiptDialog>
</template>
<style scoped></style>