8 lines
220 B
JavaScript
8 lines
220 B
JavaScript
|
|
import {
|
||
|
|
getDashboardStatistics,
|
||
|
|
getLearningProgressSummary,
|
||
|
|
} from "./dashboard";
|
||
|
|
import { getProjectsList } from "./projectLibrary";
|
||
|
|
|
||
|
|
export { getDashboardStatistics, getLearningProgressSummary, getProjectsList };
|