diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx b/server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx index 566a9332e3f..2f902d4e4f5 100644 --- a/server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx +++ b/server/sonar-web/src/main/js/apps/projectBranches/components/LifetimeInformationRenderer.tsx @@ -20,8 +20,8 @@ import { Link, Spinner } from 'design-system'; import * as React from 'react'; import { FormattedMessage } from 'react-intl'; +import { formatMeasure } from '~sonar-aligned/helpers/measures'; import { translate } from '../../../helpers/l10n'; -import { formatMeasure } from '../../../sonar-aligned/helpers/measures'; export interface LifetimeInformationRendererProps { branchAndPullRequestLifeTimeInDays?: string; |