From b46f06a739e6d96ce1687466349f59f9838b0f73 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Fri, 23 Jan 2026 22:59:54 +0700 Subject: [PATCH] chore: remove padding --- src/app/production/transfer-to-laying/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/production/transfer-to-laying/page.tsx b/src/app/production/transfer-to-laying/page.tsx index 84513542..1555dc38 100644 --- a/src/app/production/transfer-to-laying/page.tsx +++ b/src/app/production/transfer-to-laying/page.tsx @@ -2,7 +2,7 @@ import TransferToLayingsTable from '@/components/pages/production/transfer-to-la const TransferToLaying = () => { return ( -
+
);