diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/Landing.js')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/Landing.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/Landing.js b/server/sonar-web/src/main/js/app/components/Landing.js index 17074c24945..40ea3a3c8e6 100644 --- a/server/sonar-web/src/main/js/app/components/Landing.js +++ b/server/sonar-web/src/main/js/app/components/Landing.js @@ -21,7 +21,7 @@ import React from 'react'; import { withRouter } from 'react-router'; import { connect } from 'react-redux'; -import { getCurrentUser } from '../store/rootReducer'; +import { getCurrentUser } from '../../store/rootReducer'; class Landing extends React.Component { static propTypes = { |