Skip to content

Instantly share code, notes, and snippets.

@Sathiyapramod
Last active February 25, 2024 07:19
Show Gist options
  • Save Sathiyapramod/3b1de5b9371d0ceee5f483db97fbc7ce to your computer and use it in GitHub Desktop.
Save Sathiyapramod/3b1de5b9371d0ceee5f483db97fbc7ce to your computer and use it in GitHub Desktop.
Redux combineReducer
// combine reducers
import { combineReducers } from "redux";
import reducer from "./auth";
export default combineReducers({
reducer,
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment