feat(FE-33): create customers table and details

This commit is contained in:
randy-ar
2025-10-09 04:34:56 +07:00
parent 21b9396323
commit 21cc01fe68
7 changed files with 418 additions and 243 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import CustomerForm from "@/components/pages/master-data/customer/form/CustomerF
const AddNonstock = () => {
return (
<section>
<section className="w-full p-4 flex flex-row justify-center">
<CustomerForm/>
</section>
);