init commit,
This commit is contained in:
11
002_source/ionic_mobile/public/data/index.ts
Normal file
11
002_source/ionic_mobile/public/data/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import LessonCategoriesMeta from "./Lesson/meta.json";
|
||||
|
||||
function getLessonCategories(): any {
|
||||
return LessonCategoriesMeta;
|
||||
}
|
||||
|
||||
function Helloworld(): string {
|
||||
return getLessonCategories();
|
||||
}
|
||||
|
||||
export { Helloworld };
|
Reference in New Issue
Block a user