diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx b/server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx index 0dddf9776bb..977153b70ae 100644 --- a/server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx +++ b/server/sonar-web/src/main/js/apps/overview/branches/MeasuresPanel.tsx @@ -27,9 +27,10 @@ import { findMeasure } from '../../../helpers/measures'; import { ApplicationPeriod } from '../../../types/application'; import { BranchLike } from '../../../types/branch-like'; import { ComponentQualifier } from '../../../types/component'; +import { IssueType } from '../../../types/issues'; import { MetricKey } from '../../../types/metrics'; import MeasurementLabel from '../components/MeasurementLabel'; -import { IssueType, MeasurementType } from '../utils'; +import { MeasurementType } from '../utils'; import { DrilldownMeasureValue } from './DrilldownMeasureValue'; import { LeakPeriodInfo } from './LeakPeriodInfo'; import MeasuresPanelIssueMeasureRow from './MeasuresPanelIssueMeasureRow'; |