diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx b/server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx index b86b1978662..000e963df61 100644 --- a/server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx +++ b/server/sonar-web/src/main/js/components/icons/SoftwareImpactSeverityIcon.tsx @@ -24,7 +24,7 @@ import { } from 'design-system'; import * as React from 'react'; import { translate } from '../../helpers/l10n'; -import { SoftwareImpactSeverity } from '../../types/issues'; +import { SoftwareImpactSeverity } from '../../types/clean-code-taxonomy'; import { Dict } from '../../types/types'; import { IconProps } from './Icon'; |