Skip to content

Instantly share code, notes, and snippets.

@arifkoken
Created August 17, 2017 11:20
Show Gist options
  • Save arifkoken/a57198341e9ea726214245787a4800e3 to your computer and use it in GitHub Desktop.
Save arifkoken/a57198341e9ea726214245787a4800e3 to your computer and use it in GitHub Desktop.
import { combineReducers } from 'redux';
import IslemReducers from './IslemReducers';
export default combineReducers({
IslemResponse: IslemReducers
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment