diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx b/server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx index c08d7f99c41..03506a29536 100644 --- a/server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx +++ b/server/sonar-web/src/main/js/components/tutorials/gitlabci/EnvironmentVariablesStep.tsx @@ -22,7 +22,8 @@ import { FormattedMessage } from 'react-intl'; import { Button } from '../../../components/controls/buttons'; import { ClipboardIconButton } from '../../../components/controls/clipboard'; import { translate } from '../../../helpers/l10n'; -import { Component, LoggedInUser } from '../../../types/types'; +import { Component } from '../../../types/types'; +import { LoggedInUser } from '../../../types/users'; import Step from '../components/Step'; import TokenStepGenerator from '../components/TokenStepGenerator'; |