Merge pull request #4498 from RoadieHQ/export-select-component

Export Select component from core
This commit is contained in:
Ben Lambert
2021-02-12 08:49:05 +01:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Export Select component
+1
View File
@@ -31,6 +31,7 @@ export * from './MarkdownContent';
export * from './OAuthRequestDialog';
export * from './Progress';
export * from './ProgressBars';
export * from './Select';
export * from './SimpleStepper';
export * from './Status';
export * from './StructuredMetadataTable';