index.js 169 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 import { combineReducers } from 'redux'; import headergroup from './headergroup'; const rootReducer = combineReducers({ headergroup }); export default rootReducer;