import { combineReducers } from 'redux';

import { {{fileName}}Reducer } from './{{lowerFileName}}';