Skip to content

Instantly share code, notes, and snippets.

@codeaholicguy
Created September 3, 2016 17:26
Embed
What would you like to do?
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