init commit,

This commit is contained in:
louiscklaw
2025-04-26 10:08:01 +08:00
parent 7d70b5826b
commit d0ea7e5452
473 changed files with 29989 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
import LessonCategoriesMeta from "./Lesson/meta.json";
function getLessonCategories(): any {
return LessonCategoriesMeta;
}
function Helloworld(): string {
return getLessonCategories();
}
export { Helloworld };