diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/account/profile/Profile.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/account/profile/Profile.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/account/profile/Profile.tsx b/server/sonar-web/src/main/js/apps/account/profile/Profile.tsx index 340bb851e22..030f84a9681 100644 --- a/server/sonar-web/src/main/js/apps/account/profile/Profile.tsx +++ b/server/sonar-web/src/main/js/apps/account/profile/Profile.tsx @@ -20,9 +20,9 @@ import { GreySeparator, HelperHintIcon, SubHeading, Title } from 'design-system'; import * as React from 'react'; import { Helmet } from 'react-helmet-async'; +import HelpTooltip from '~sonar-aligned/components/controls/HelpTooltip'; import { whenLoggedIn } from '../../../components/hoc/whenLoggedIn'; import { translate } from '../../../helpers/l10n'; -import HelpTooltip from '../../../sonar-aligned/components/controls/HelpTooltip'; import { LoggedInUser } from '../../../types/users'; import { Preferences } from './Preferences'; import UserExternalIdentity from './UserExternalIdentity'; |