diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/common/FormattingTips.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/common/FormattingTips.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/common/FormattingTips.tsx b/server/sonar-web/src/main/js/components/common/FormattingTips.tsx index b231e254e80..6e12fd4521f 100644 --- a/server/sonar-web/src/main/js/components/common/FormattingTips.tsx +++ b/server/sonar-web/src/main/js/components/common/FormattingTips.tsx @@ -19,8 +19,8 @@ */ import * as classNames from 'classnames'; import * as React from 'react'; -import { translate } from 'sonar-ui-common/helpers/l10n'; import { getFormattingHelpUrl } from '../../helpers/urls'; +import { translate } from '../../sonar-ui-common/helpers/l10n'; interface Props { className?: string; |