Skip to content

Instantly share code, notes, and snippets.

@anosikeosifo
Created January 21, 2018 16:49
Show Gist options
  • Save anosikeosifo/0377e5f0142844927575a50b922f67ed to your computer and use it in GitHub Desktop.
Save anosikeosifo/0377e5f0142844927575a50b922f67ed to your computer and use it in GitHub Desktop.
import { combineReducers } from "redux";
import eventData from "features/events/reducers";
import exploreData from "features/explore/reducers";
import navigationData from "navigation/reducers";
export default combineReducers({
eventData,
exploreData,
navigationData
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment