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