mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
feat(FE-33): create suppliers table and forms
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import CustomerForm from "@/components/pages/master-data/customer/form/CustomerForm";
|
||||
|
||||
const AddNonstock = () => {
|
||||
const AddCustomer = () => {
|
||||
return (
|
||||
<section className="w-full p-4 flex flex-row justify-center">
|
||||
<CustomerForm/>
|
||||
@@ -8,4 +8,4 @@ const AddNonstock = () => {
|
||||
);
|
||||
}
|
||||
|
||||
export default AddNonstock;
|
||||
export default AddCustomer;
|
||||
Reference in New Issue
Block a user