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
@@ -2,7 +2,7 @@ import { useEffect, useState } from 'react';
import {
DeliveryOrderProductFormValues,
DeliveryOrderProductSchema,
} from './DeliverOrderProduct.schema';
} from '@/components/pages/marketing/form/repeater/delivery-order/DeliverOrderProduct.schema';
import { useFormik } from 'formik';
import Alert from '@/components/Alert';
import Button from '@/components/Button';