chore: remove padding

This commit is contained in:
ValdiANS
2026-01-23 22:59:54 +07:00
parent 6cc5e5e931
commit b46f06a739
@@ -2,7 +2,7 @@ import TransferToLayingsTable from '@/components/pages/production/transfer-to-la
const TransferToLaying = () => {
return (
<section className='w-full p-4'>
<section className='w-full'>
<TransferToLayingsTable />
</section>
);