refactor(FE): Refactor ClosingsTable component and update styles

This commit is contained in:
rstubryan
2026-02-19 14:33:35 +07:00
parent 4f018eb2b1
commit e9784bd5ed
2 changed files with 133 additions and 85 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import ClosingsTable from '@/components/pages/closing/ClosingsTable';
const Closing = () => {
return (
<section className='w-full p-4'>
<section className='w-full p-3'>
<ClosingsTable />
</section>
);