refactor(FE): Refactor InventoryAdjustmentTable for improved readability

This commit is contained in:
rstubryan
2026-02-26 11:31:17 +07:00
parent ebe80358ee
commit aeeb0b721c
2 changed files with 116 additions and 154 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import InventoryAdjustmentTable from '@/components/pages/inventory/adjustment/In
const InventoryAdjustment = () => {
return (
<section className='w-full p-4'>
<section className='w-full'>
<InventoryAdjustmentTable />
</section>
);