mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 07:45:47 +00:00
feat(FE-33): create suppliers table and forms
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import CustomersTable from "@/components/pages/master-data/customer/CustomersTable";
|
||||
|
||||
const Nonstock = () => {
|
||||
const Customer = () => {
|
||||
return (
|
||||
<section>
|
||||
<section className="w-full p-4">
|
||||
<CustomersTable />
|
||||
</section>
|
||||
)
|
||||
};
|
||||
|
||||
export default Nonstock;
|
||||
export default Customer;
|
||||
Reference in New Issue
Block a user