Files
teach_sys_Demo/src/services/index.js

8 lines
220 B
JavaScript
Raw Normal View History

import {
getDashboardStatistics,
getLearningProgressSummary,
} from "./dashboard";
import { getProjectsList } from "./projectLibrary";
export { getDashboardStatistics, getLearningProgressSummary, getProjectsList };