diff --git a/src/app/daily-checklist/dashboard/page.tsx b/src/app/daily-checklist/dashboard/page.tsx new file mode 100644 index 00000000..bc935d2d --- /dev/null +++ b/src/app/daily-checklist/dashboard/page.tsx @@ -0,0 +1,11 @@ +import { Dashboard as DashboardDailyChecklist } from '@/figma-make/components/pages/dashboard/Dashboard'; + +const DailyChecklistDashboardPage = () => { + return ( +
+ +
+ ); +}; + +export default DailyChecklistDashboardPage;