aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/design-system/src/components/icons/index.ts
diff options
context:
space:
mode:
authorKevin Silva <kevin.silva@sonarsource.com>2023-03-21 15:11:45 +0100
committersonartech <sonartech@sonarsource.com>2023-03-27 20:03:03 +0000
commit54686faf91547cd918e84c8e081a722ce974c89d (patch)
tree1ba3ecfc0d7a619a951c5fb0bf1ad17fce864d5d /server/sonar-web/design-system/src/components/icons/index.ts
parent5d50f22bede8033551a8e5d0a048394252fe696c (diff)
downloadsonarqube-54686faf91547cd918e84c8e081a722ce974c89d.tar.gz
sonarqube-54686faf91547cd918e84c8e081a722ce974c89d.zip
SONAR-18776 Change the sub navigation menu
Diffstat (limited to 'server/sonar-web/design-system/src/components/icons/index.ts')
-rw-r--r--server/sonar-web/design-system/src/components/icons/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/components/icons/index.ts b/server/sonar-web/design-system/src/components/icons/index.ts
index 3b681fbe1b8..a8ba3597407 100644
--- a/server/sonar-web/design-system/src/components/icons/index.ts
+++ b/server/sonar-web/design-system/src/components/icons/index.ts
@@ -17,6 +17,7 @@
* along with this program; if not, write to the Free Software Foundation,
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
+export { default as ChevronDownIcon } from './ChevronDownIcon';
export { default as ClockIcon } from './ClockIcon';
export { FlagErrorIcon } from './FlagErrorIcon';
export { FlagInfoIcon } from './FlagInfoIcon';