mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 15:25:46 +00:00
12 lines
282 B
TypeScript
12 lines
282 B
TypeScript
import TransferToLayingsTable from '@/components/pages/production/transfer-to-laying/TransferToLayingsTable';
|
|
|
|
const TransferToLaying = () => {
|
|
return (
|
|
<section className='w-full p-4'>
|
|
<TransferToLayingsTable />
|
|
</section>
|
|
);
|
|
};
|
|
|
|
export default TransferToLaying;
|