Skip to content

Commit

Permalink
🔨 Slices are combined together...
Browse files Browse the repository at this point in the history
  • Loading branch information
oitashg committed Sep 21, 2024
1 parent 1bc4bc2 commit 1175e5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reducer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const rootReducer = combineReducers({
profile: profileReducer,
cart: cartReducer,
course: courseReducer,
vewCourse: viewCourseReducer,
viewCourse: viewCourseReducer,
})

export default rootReducer

0 comments on commit 1175e5a

Please sign in to comment.