mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
feat(FE-320): create Closing list page
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
import ClosingsTable from '@/components/pages/closing/ClosingsTable';
|
||||||
|
|
||||||
|
const Closing = () => {
|
||||||
|
return (
|
||||||
|
<section className='w-full p-4'>
|
||||||
|
<ClosingsTable />
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default Closing;
|
||||||
Reference in New Issue
Block a user