Skip to content

Commit

Permalink
feat: reset to basic changes, adding comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Jan 25, 2024
1 parent 7f6f442 commit 7fee083
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/data/slice.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,8 @@ export const {
setReviewPolicy, setApiError, setAllowProctoringOptOut,
} = examSlice.actions;

export const {
reducer,
} = examSlice;

export default examSlice.reducer;

0 comments on commit 7fee083

Please sign in to comment.