Skip to content

Commit

Permalink
a4 State and Redux fa23
Browse files Browse the repository at this point in the history
  • Loading branch information
cadetjer committed Mar 14, 2024
1 parent 2ab5b67 commit 2dcf57a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Kanbas/Courses/Modules/reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ const modulesSlice = createSlice({
});


export const { addModule, deleteModule,
updateModule, setModule } = modulesSlice.actions;
export const { addModule, deleteModule, updateModule, setModule } = modulesSlice.actions;
export default modulesSlice.reducer;

0 comments on commit 2dcf57a

Please sign in to comment.