add table page for postoadms by municipioId
This commit is contained in:
@ -1,10 +1,16 @@
|
||||
import { ManagePostoAdmsContextProvider } from './hooks/ManagePostoAdmsContext';
|
||||
import { Container, DataGridInner } from '@/components';
|
||||
|
||||
const PostoAdmsMaster = () => {
|
||||
return (
|
||||
<div>
|
||||
<div className="container mx-auto p-5">
|
||||
<h1 className="text-xl font-medium leading-none text-gray-900">PostoAdms Master Data</h1>
|
||||
</div>
|
||||
</div>
|
||||
<ManagePostoAdmsContextProvider>
|
||||
<Container>
|
||||
<h1>Postu Administrativo</h1>
|
||||
<div className="grid gap-5 lg:gap-7.5">
|
||||
<DataGridInner />
|
||||
</div>
|
||||
</Container>
|
||||
</ManagePostoAdmsContextProvider>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user