diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projectInformation/badges/ProjectBadges.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/projectInformation/badges/ProjectBadges.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projectInformation/badges/ProjectBadges.tsx b/server/sonar-web/src/main/js/apps/projectInformation/badges/ProjectBadges.tsx index d3ae3930556..bc0b86a8e3d 100644 --- a/server/sonar-web/src/main/js/apps/projectInformation/badges/ProjectBadges.tsx +++ b/server/sonar-web/src/main/js/apps/projectInformation/badges/ProjectBadges.tsx @@ -34,7 +34,6 @@ import { isEmpty } from 'lodash'; import * as React from 'react'; import { useState } from 'react'; import { Image } from '../../../components/common/Image'; -import { getBranchLikeQuery } from '../../../helpers/branch-like'; import { translate, translateWithParameters } from '../../../helpers/l10n'; import { localizeMetric } from '../../../helpers/measures'; import { @@ -43,6 +42,7 @@ import { useBadgeTokenQuery, useRenewBagdeTokenMutation, } from '../../../queries/badges'; +import { getBranchLikeQuery } from '../../../sonar-aligned/helpers/branch-like'; import { BranchLike } from '../../../types/branch-like'; import { MetricKey } from '../../../types/metrics'; import { Component } from '../../../types/types'; |