diff --git a/internals/templates/asyncInjectors.js b/internals/templates/asyncInjectors.js index c99e37f1ea..ccf31c697b 100644 --- a/internals/templates/asyncInjectors.js +++ b/internals/templates/asyncInjectors.js @@ -1,7 +1,7 @@ import { conformsTo, isEmpty, isFunction, isObject, isString } from 'lodash'; import invariant from 'invariant'; import warning from 'warning'; -import createReducer from '../reducers'; +import createReducer from './reducers'; /** * Validate the shape of redux store