Files
schoolNews/schoolNewsWeb/src/views/task/index.ts

2 lines
137 B
TypeScript
Raw Normal View History

2025-10-22 18:00:27 +08:00
export { default as LearningTaskAdd } from './LearningTaskAdd.vue';
export { default as LearningTaskList } from './LearningTaskList.vue';