mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 06:45:46 +00:00
12 lines
307 B
TypeScript
12 lines
307 B
TypeScript
import { DailyChecklistReportsContent } from '@/figma-make/components/pages/reports/DailyChecklistReportsContent';
|
|
|
|
const DailyChecklistReportsPage = () => {
|
|
return (
|
|
<section className='w-full'>
|
|
<DailyChecklistReportsContent />
|
|
</section>
|
|
);
|
|
};
|
|
|
|
export default DailyChecklistReportsPage;
|