feat: 🎸 封装了一个滚动加载组件
This commit is contained in:
7
src/services/index.js
Normal file
7
src/services/index.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import {
|
||||
getDashboardStatistics,
|
||||
getLearningProgressSummary,
|
||||
} from "./dashboard";
|
||||
import { getProjectsList } from "./projectLibrary";
|
||||
|
||||
export { getDashboardStatistics, getLearningProgressSummary, getProjectsList };
|
||||
Reference in New Issue
Block a user