updat build ok,

This commit is contained in:
louiscklaw
2025-04-16 12:22:39 +08:00
parent 3569518c0b
commit 08e5677c0b
6 changed files with 108 additions and 31 deletions

View File

@@ -1,5 +1,6 @@
const COL_LESSON_TYPES = 'LessonsTypes';
const COL_LESSON_CATEGORIES = 'LessonsCategories';
const NO_VALUE = 'NO_VALUE';
const NO_NUM = -Infinity;
export { COL_LESSON_TYPES, NO_VALUE, NO_NUM };
export { COL_LESSON_TYPES, NO_VALUE, NO_NUM, COL_LESSON_CATEGORIES };