From fd5277bca827f5c4de0160d54fbcb1bf98c2ee15 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Wed, 16 Apr 2025 01:23:22 +0800 Subject: [PATCH] update build ok, --- .../cms/src/app/dashboard/lesson_types/[typeId]/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 002_source/cms/src/app/dashboard/lesson_types/[typeId]/page.tsx diff --git a/002_source/cms/src/app/dashboard/lesson_types/[typeId]/page.tsx b/002_source/cms/src/app/dashboard/lesson_types/[typeId]/page.tsx new file mode 100644 index 0000000..ca10a90 --- /dev/null +++ b/002_source/cms/src/app/dashboard/lesson_types/[typeId]/page.tsx @@ -0,0 +1,7 @@ +'use client'; + +import * as React from 'react'; + +export default function Page(): React.JSX.Element { + return <>helloworld; +}