mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
feat(FE-147): show Transfer to Laying table
This commit is contained in:
@@ -1,14 +1,9 @@
|
|||||||
import { Icon } from '@iconify/react';
|
import TransferToLayingsTable from '@/components/pages/production/transfer-to-laying/TransferToLayingsTable';
|
||||||
import Button from '@/components/Button';
|
|
||||||
|
|
||||||
const TransferToLaying = () => {
|
const TransferToLaying = () => {
|
||||||
return (
|
return (
|
||||||
<section className='w-full p-4'>
|
<section className='w-full p-4'>
|
||||||
<h1 className='mb-4'>Transfer to Laying</h1>
|
<TransferToLayingsTable />
|
||||||
<Button href='/production/transfer-to-laying/add' color='primary'>
|
|
||||||
<Icon icon='ic:round-plus' width={24} height={24} />
|
|
||||||
Tambah Transfer to Laying
|
|
||||||
</Button>
|
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user