diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/StartupModal.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/StartupModal.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/StartupModal.tsx b/server/sonar-web/src/main/js/app/components/StartupModal.tsx index ff8216a49d1..5b7c3915672 100644 --- a/server/sonar-web/src/main/js/app/components/StartupModal.tsx +++ b/server/sonar-web/src/main/js/app/components/StartupModal.tsx @@ -28,8 +28,9 @@ import { hasMessage } from '../../helpers/l10n'; import { get, save } from '../../helpers/storage'; import { isLoggedIn } from '../../helpers/users'; import { getCurrentUser, Store } from '../../store/rootReducer'; +import { AppState } from '../../types/appstate'; import { EditionKey } from '../../types/editions'; -import { AppState, CurrentUser } from '../../types/types'; +import { CurrentUser } from '../../types/types'; import withAppStateContext from './app-state/withAppStateContext'; const LicensePromptModal = lazyLoadComponent( |