From 3ed9a8fb882a5f69cfac321007139916f687cdf0 Mon Sep 17 00:00:00 2001 From: Viktor Vorona Date: Thu, 25 Apr 2024 16:15:10 +0200 Subject: SONAR-22049 Align MetricKey, MetricType --- .../sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx') diff --git a/server/sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx b/server/sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx index 053293a9a59..a3ec7989032 100644 --- a/server/sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx +++ b/server/sonar-web/src/main/js/apps/overview/branches/BranchMetaTopBar.tsx @@ -21,12 +21,12 @@ import { SeparatorCircleIcon } from 'design-system'; import React from 'react'; import { useIntl } from 'react-intl'; import { formatMeasure } from '~sonar-aligned/helpers/measures'; +import { MetricKey, MetricType } from '~sonar-aligned/types/metrics'; import { getCurrentPage } from '../../../app/components/nav/component/utils'; import ComponentReportActions from '../../../components/controls/ComponentReportActions'; import HomePageSelect from '../../../components/controls/HomePageSelect'; import { findMeasure } from '../../../helpers/measures'; import { Branch } from '../../../types/branch-like'; -import { MetricKey, MetricType } from '../../../types/metrics'; import { Component, MeasureEnhanced } from '../../../types/types'; import { HomePage } from '../../../types/users'; -- cgit v1.2.3