From 5651605b1c526918ff564844a7625ea98407bee8 Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Mon, 14 Apr 2025 16:14:04 +0800 Subject: [PATCH] build ok, --- .../cms/src/components/dashboard/lesson_type/helloworld.tsx | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 002_source/cms/src/components/dashboard/lesson_type/helloworld.tsx diff --git a/002_source/cms/src/components/dashboard/lesson_type/helloworld.tsx b/002_source/cms/src/components/dashboard/lesson_type/helloworld.tsx new file mode 100644 index 0000000..3989cb1 --- /dev/null +++ b/002_source/cms/src/components/dashboard/lesson_type/helloworld.tsx @@ -0,0 +1,3 @@ +const helloworld = 'helloworld'; + +export { helloworld };