From a64c56f9ddb5c52e189082ee9d0785cd31cecf9a Mon Sep 17 00:00:00 2001 From: Wouter Admiraal <wouter.admiraal@sonarsource.com> Date: Thu, 19 Aug 2021 09:54:51 +0200 Subject: SONAR-15297 Remove dependency on sonar-ui-common for core-extension-securityreport --- .../sonar-web/src/main/js/app/components/extensions/exposeLibraries.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'server/sonar-web') diff --git a/server/sonar-web/src/main/js/app/components/extensions/exposeLibraries.ts b/server/sonar-web/src/main/js/app/components/extensions/exposeLibraries.ts index 095c68e3fdf..6c12dcf41a9 100644 --- a/server/sonar-web/src/main/js/app/components/extensions/exposeLibraries.ts +++ b/server/sonar-web/src/main/js/app/components/extensions/exposeLibraries.ts @@ -45,6 +45,7 @@ import { import ActionsDropdown, { ActionsDropdownItem } from '../../../sonar-ui-common/components/controls/ActionsDropdown'; +import BoxedTabs from '../../../sonar-ui-common/components/controls/BoxedTabs'; import { Button, EditButton, @@ -178,6 +179,7 @@ const exposeLibraries = () => { AlertSuccessIcon, AlertWarnIcon, BranchIcon: BranchLikeIcon, + BoxedTabs, Button, Checkbox, CheckIcon, -- cgit v1.2.3