diff options
Diffstat (limited to 'server/sonar-web/src/main/js/app/components/ComponentContainerNotFound.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/app/components/ComponentContainerNotFound.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/app/components/ComponentContainerNotFound.tsx b/server/sonar-web/src/main/js/app/components/ComponentContainerNotFound.tsx index ecb3ab1716c..f0d6573985c 100644 --- a/server/sonar-web/src/main/js/app/components/ComponentContainerNotFound.tsx +++ b/server/sonar-web/src/main/js/app/components/ComponentContainerNotFound.tsx @@ -20,7 +20,7 @@ import * as React from 'react'; import { Helmet } from 'react-helmet'; import { Link } from 'react-router'; -import { translate } from '../../helpers/l10n'; +import { translate } from 'sonar-ui-common/helpers/l10n'; export default function ComponentContainerNotFound() { return ( |