Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created September 3, 2016 17:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save codeaholicguy/78ba06974527136a2e3650883ab79d49 to your computer and use it in GitHub Desktop.
import {combineReducers} from 'redux';
import tracks from './tracks';
export default combineReducers({
tracks
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment