From e53325cdc5eaefec0e9592e93cf9bf8b3fcf8592 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Thu, 23 Oct 2025 11:53:12 +0700 Subject: [PATCH] feat(FE-147): show Transfer to Laying table --- src/app/production/transfer-to-laying/page.tsx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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

- +
); };