This commit is contained in:
louiscklaw
2025-02-01 01:16:09 +08:00
commit 91fab4a5d5
4178 changed files with 407527 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 };