diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projects/components/AllProjectsContainer.js')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projects/components/AllProjectsContainer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projects/components/AllProjectsContainer.js b/server/sonar-web/src/main/js/apps/projects/components/AllProjectsContainer.js index d003248d72c..60dafe9a7e4 100644 --- a/server/sonar-web/src/main/js/apps/projects/components/AllProjectsContainer.js +++ b/server/sonar-web/src/main/js/apps/projects/components/AllProjectsContainer.js @@ -20,7 +20,7 @@ import { connect } from 'react-redux'; import AllProjects from './AllProjects'; import { fetchProjects } from '../store/actions'; -import { getCurrentUser } from '../../../app/store/rootReducer'; +import { getCurrentUser } from '../../../store/rootReducer'; const mapStateToProps = state => ({ user: getCurrentUser(state), |