aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/index.ts
diff options
context:
space:
mode:
authorDejan Milisavljevic <130993898+dejan-milisavljevic-sonarsource@users.noreply.github.com>2024-09-18 14:03:50 +0200
committersonartech <sonartech@sonarsource.com>2024-09-18 20:02:59 +0000
commite55e29f6e2632c1eef4db2d659e685a50caa10a6 (patch)
treec178331b8d79e523a9c3bdbbc82f611781413dbc /server/sonar-web/design-system/src/components/index.ts
parent7fe4eae27f3b725ea08c79d5a0373596200a1627 (diff)
downloadsonarqube-e55e29f6e2632c1eef4db2d659e685a50caa10a6.tar.gz
sonarqube-e55e29f6e2632c1eef4db2d659e685a50caa10a6.zip
SONAR-22951 Use 5 levels severities for Software Impact
Co-authored-by: Léo Geoffroy <leo.geoffroy@sonarsource.com> Co-authored-by: Stanislav <31501873+stanislavhh@users.noreply.github.com> Co-authored-by: Viktor Vorona <viktor.vorona@sonarsource.com> Co-authored-by: OrlovAlexander <35396155+OrlovAlexander85@users.noreply.github.com> Co-authored-by: stanislavh <stanislav.honcharov@sonarsource.com>
Diffstat (limited to 'server/sonar-web/design-system/src/components/index.ts')
-rw-r--r--server/sonar-web/design-system/src/components/index.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/design-system/src/components/index.ts b/server/sonar-web/design-system/src/components/index.ts
index 46771d97fd7..da0bc81f8ef 100644
--- a/server/sonar-web/design-system/src/components/index.ts
+++ b/server/sonar-web/design-system/src/components/index.ts
@@ -76,7 +76,7 @@ export * from './MultiSelector';
export * from './NavBarTabs';
export * from './NewCodeLegend';
export * from './OutsideClickHandler';
-export { Pill } from './Pill';
+export * from './Pill';
export * from './popups';
export { QualityGateIndicator } from './QualityGateIndicator';
export * from './SearchHighlighter';