Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Last active August 15, 2016 18:06
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/5c3bb2adff197d80b5211c47e5a111ed to your computer and use it in GitHub Desktop.
Save codeaholicguy/5c3bb2adff197d80b5211c47e5a111ed to your computer and use it in GitHub Desktop.
import {combineReducers} from 'redux';
import track from './track';
export default combineReducers({
track
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment