diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/docs/DocToc.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/docs/DocToc.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/docs/DocToc.tsx b/server/sonar-web/src/main/js/components/docs/DocToc.tsx index 28dc7f82b83..18a455c0192 100644 --- a/server/sonar-web/src/main/js/components/docs/DocToc.tsx +++ b/server/sonar-web/src/main/js/components/docs/DocToc.tsx @@ -23,7 +23,7 @@ import * as React from 'react'; import { findDOMNode } from 'react-dom'; import remark from 'remark'; import reactRenderer from 'remark-react'; -import { translate } from 'sonar-ui-common/helpers/l10n'; +import { translate } from '../../sonar-ui-common/helpers/l10n'; import onlyToc from './plugins/remark-only-toc'; interface Props { |