Skip to content

Instantly share code, notes, and snippets.

@marshallmurphy
Created May 8, 2020 21:38
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 marshallmurphy/f89a7d10053524afec315c9608adb379 to your computer and use it in GitHub Desktop.
Save marshallmurphy/f89a7d10053524afec315c9608adb379 to your computer and use it in GitHub Desktop.
// reducers/index.js
import { combineReducers } from 'redux';
import settings from './settings';
const rootReducer = combineReducers({
settings
});
export default rootReducer;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment