diff options
Diffstat (limited to 'server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx b/server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx index 0de4e072f38..af8072af9b9 100644 --- a/server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx +++ b/server/sonar-web/src/main/js/apps/issues/components/ComponentBreadcrumbs.tsx @@ -18,9 +18,9 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import QualifierIcon from 'sonar-ui-common/components/icons/QualifierIcon'; -import { translateWithParameters } from 'sonar-ui-common/helpers/l10n'; -import { collapsePath, limitComponentName } from 'sonar-ui-common/helpers/path'; +import QualifierIcon from '../../../sonar-ui-common/components/icons/QualifierIcon'; +import { translateWithParameters } from '../../../sonar-ui-common/helpers/l10n'; +import { collapsePath, limitComponentName } from '../../../sonar-ui-common/helpers/path'; import { getSelectedLocation } from '../utils'; interface Props { |