diff --git a/src/app/production/transfer-to-laying/page.tsx b/src/app/production/transfer-to-laying/page.tsx index 40829c20..84513542 100644 --- a/src/app/production/transfer-to-laying/page.tsx +++ b/src/app/production/transfer-to-laying/page.tsx @@ -1,14 +1,9 @@ -import { Icon } from '@iconify/react'; -import Button from '@/components/Button'; +import TransferToLayingsTable from '@/components/pages/production/transfer-to-laying/TransferToLayingsTable'; const TransferToLaying = () => { return (
-

Transfer to Laying

- +
); };