diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projects/store/facetsDuck.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projects/store/facetsDuck.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projects/store/facetsDuck.js b/server/sonar-web/src/main/js/apps/projects/store/facetsDuck.js index 9a12aa620bf..0f7fbf95005 100644 --- a/server/sonar-web/src/main/js/apps/projects/store/facetsDuck.js +++ b/server/sonar-web/src/main/js/apps/projects/store/facetsDuck.js @@ -19,7 +19,7 @@ */ import flatMap from 'lodash/flatMap'; import sumBy from 'lodash/sumBy'; -import { createMap } from '../../../components/store/generalReducers'; +import { createMap } from '../../../store/utils/generalReducers'; import { actions } from './projectsDuck'; import { mapMetricToProperty } from './utils'; |