aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx')
-rw-r--r--server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx b/server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx
index e6a89f70140..244c85cb2a9 100644
--- a/server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx
+++ b/server/sonar-web/src/main/js/components/common/MultiSelectOption.tsx
@@ -19,8 +19,8 @@
*/
import * as classNames from 'classnames';
import * as React from 'react';
-import Checkbox from 'sonar-ui-common/components/controls/Checkbox';
-import { translate } from 'sonar-ui-common/helpers/l10n';
+import Checkbox from '../../sonar-ui-common/components/controls/Checkbox';
+import { translate } from '../../sonar-ui-common/helpers/l10n';
export interface MultiSelectOptionProps {
active?: boolean;