mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
feat: create Daily Checklist Report page
This commit is contained in:
@@ -0,0 +1,11 @@
|
|||||||
|
import { DailyChecklistReportsContent } from '@/figma-make/components/pages/reports/DailyChecklistReportsContent';
|
||||||
|
|
||||||
|
const DailyChecklistReportsPage = () => {
|
||||||
|
return (
|
||||||
|
<section className='w-full'>
|
||||||
|
<DailyChecklistReportsContent />
|
||||||
|
</section>
|
||||||
|
);
|
||||||
|
};
|
||||||
|
|
||||||
|
export default DailyChecklistReportsPage;
|
||||||
Reference in New Issue
Block a user