Skip to content

Instantly share code, notes, and snippets.

@techomoro
Created October 8, 2021 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techomoro/0c793733db36306773d4349329ce5341 to your computer and use it in GitHub Desktop.
Save techomoro/0c793733db36306773d4349329ce5341 to your computer and use it in GitHub Desktop.
// store/reducers.js
import { combineReducers } from "redux";
import PostReducer from "./posts/reducer";
const rootReducer = combineReducers({
PostReducer,
});
export default rootReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment