fix(FE): change import module to absolute path

This commit is contained in:
randy-ar
2025-12-01 10:22:00 +07:00
parent 2ace95a0db
commit 48435a9cbb
14 changed files with 21 additions and 23 deletions
@@ -22,7 +22,7 @@ import {
PurchaseRequestFormValues,
getPurchaseRequestFormInitialValues,
UpdatePurchaseRequestFormSchema,
} from './PurchaseRequestForm.schema';
} from '@/components/pages/purchase/form/request/PurchaseRequestForm.schema';
import {
SupplierApi,
AreaApi,