-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.ts
More file actions
23 lines (22 loc) · 780 Bytes
/
index.ts
File metadata and controls
23 lines (22 loc) · 780 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import getPublishDetailById from './getPublishDetailById';
import postAnswer from './postAnswer';
import postPointing from './postPointing';
import useGetMonthlyPublish from './useGetMonthlyPublish';
import useGetProblem from './useGetProblem';
import useGetPublishDetail from './useGetPublishDetail';
import useGetWeeklyProgress from './useGetWeeklyProgress';
import useGetWeeklyPublish from './useGetWeeklyPublish';
import useGetEntireProblemPointing from './useGetEntireProblemPointing';
import useGetEntireProblem from './useGetEntireProblem';
export {
getPublishDetailById,
postAnswer,
postPointing,
useGetMonthlyPublish,
useGetProblem,
useGetPublishDetail,
useGetWeeklyProgress,
useGetWeeklyPublish,
useGetEntireProblem,
useGetEntireProblemPointing,
};