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