feat: 🎸 新增了两个接口文件
This commit is contained in:
@@ -7,7 +7,8 @@ import {
|
||||
import { getProjectsList } from "./projectLibrary";
|
||||
import { getJobsList, getInterviewsList } from "./companyJobs";
|
||||
import { getLoginStudentInfo } from "./global";
|
||||
import { getLoginStudentProgress } from "./personalProfile";
|
||||
import { getLoginStudentProgress, getClassRank } from "./personalProfile";
|
||||
import { getResumesList, getResumesDetail } from "./resumeInterview";
|
||||
|
||||
export {
|
||||
getDashboardStatistics,
|
||||
@@ -18,4 +19,7 @@ export {
|
||||
getInterviewsList,
|
||||
getLoginStudentInfo,
|
||||
getLoginStudentProgress,
|
||||
getClassRank,
|
||||
getResumesList,
|
||||
getResumesDetail,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user