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