diff options
Diffstat (limited to 'server/sonar-web/src/main/js/components/activity-graph/GraphsLegendNewCode.tsx')
-rw-r--r-- | server/sonar-web/src/main/js/components/activity-graph/GraphsLegendNewCode.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendNewCode.tsx b/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendNewCode.tsx index afa9058193e..65bda38c508 100644 --- a/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendNewCode.tsx +++ b/server/sonar-web/src/main/js/components/activity-graph/GraphsLegendNewCode.tsx @@ -18,8 +18,8 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ import * as React from 'react'; -import Tooltip from 'sonar-ui-common/components/controls/Tooltip'; -import { translate } from 'sonar-ui-common/helpers/l10n'; +import Tooltip from '../../sonar-ui-common/components/controls/Tooltip'; +import { translate } from '../../sonar-ui-common/helpers/l10n'; export default function GraphsLegendNewCode() { return ( |