aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx b/server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx
index 222222308c2..8ffb1046c3e 100644
--- a/server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx
+++ b/server/sonar-web/src/main/js/components/shared/SeverityHelper.tsx
@@ -18,8 +18,8 @@
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
import * as React from 'react';
-import SeverityIcon from '../../sonar-ui-common/components/icons/SeverityIcon';
-import { translate } from '../../sonar-ui-common/helpers/l10n';
+import SeverityIcon from '../../components/icons/SeverityIcon';
+import { translate } from '../../helpers/l10n';
interface Props {
className?: string;