Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created December 25, 2016 16:46
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 codeaholicguy/f811b602ad1f62115bb1a96c19683c31 to your computer and use it in GitHub Desktop.
Save codeaholicguy/f811b602ad1f62115bb1a96c19683c31 to your computer and use it in GitHub Desktop.
import {combineReducers} from 'redux';
import {routerReducer} from 'react-router-redux';
import tracks from './tracks';
import auth from './auth';
export default combineReducers({
tracks,
auth,
routing: routerReducer
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment