mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +00:00
feat: create master daily checklist configuration page
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
import { MasterConfigurationContent } from '@/figma-make/components/pages/master-data/configuration/MasterConfigurationContent';
|
||||||
|
|
||||||
|
const MasterConfigurationPage = () => {
|
||||||
|
return (
|
||||||
|
<section className='w-full'>
|
||||||
|
<MasterConfigurationContent />
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default MasterConfigurationPage;
|
||||||
Reference in New Issue
Block a user