From c0d553ee1675a8cbcba9cb5a5ae98ee07f83a6bc Mon Sep 17 00:00:00 2001 From: luanau Date: Sat, 10 Jun 2017 17:06:47 +0100 Subject: [PATCH] Update asyncInjectors.js I noticed error "4:27 error Unable to resolve path to module '../reducers' import/no-unresolved" when attempting to run "npm run lint" --- internals/templates/asyncInjectors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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