mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 07:15:44 +00:00
refactor(FE): Refactor master-data pages to simplify component rendering
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
import SuppliersTable from '@/components/pages/master-data/supplier/SupplierTable';
|
||||
|
||||
const Supplier = () => {
|
||||
return (
|
||||
<section className='w-full p-4'>
|
||||
<SuppliersTable />
|
||||
</section>
|
||||
);
|
||||
return <SuppliersTable />;
|
||||
};
|
||||
|
||||
export default Supplier;
|
||||
|
||||
Reference in New Issue
Block a user