diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx b/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx index d3fe35ae3a6..97d3ebfdaf8 100644 --- a/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx +++ b/server/sonar-web/src/main/js/components/charts/LanguageDistribution.tsx @@ -20,9 +20,9 @@ import { Histogram } from 'design-system'; import { sortBy } from 'lodash'; import * as React from 'react'; +import { formatMeasure } from '~sonar-aligned/helpers/measures'; import withLanguagesContext from '../../app/components/languages/withLanguagesContext'; import { translate } from '../../helpers/l10n'; -import { formatMeasure } from '../../sonar-aligned/helpers/measures'; import { Languages } from '../../types/languages'; import { MetricType } from '../../types/metrics'; |