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