Skip to content

Commit

Permalink
feat: export special exams store
Browse files Browse the repository at this point in the history
  • Loading branch information
ilee2u committed Jan 10, 2024
1 parent 7f6f442 commit babbdec
Show file tree
Hide file tree
Showing 2 changed files with 5 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

Check failure on line 110 in src/data/slice.js

View workflow job for this annotation

GitHub Actions / tests

Missing trailing comma

Check failure on line 110 in src/data/slice.js

View workflow job for this annotation

GitHub Actions / tests

Missing trailing comma
} = examSlice;

export default examSlice.reducer;
1 change: 1 addition & 0 deletions src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ export {
fetchExamAccess,
} from './api';
export { store } from './data';
export { reducer } from './data/slice'

Check failure on line 10 in src/index.jsx

View workflow job for this annotation

GitHub Actions / tests

Missing semicolon

Check failure on line 10 in src/index.jsx

View workflow job for this annotation

GitHub Actions / tests

Missing semicolon

0 comments on commit babbdec

Please sign in to comment.