import {combineReducers} from 'redux'; export default combineReducers({ extensible: (state = {}) => { return state; } });