Merge pull request #5866 from backstage/blam/export-checkbox-tree

chore: exporting `CheckboxTree` components
This commit is contained in:
Ben Lambert
2021-06-01 13:32:24 +02:00
committed by GitHub
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/core': patch
---
Export `CheckboxTree` as we have a storybook for it
+1
View File
@@ -17,6 +17,7 @@
export * from './AlertDisplay';
export * from './Avatar';
export * from './Button';
export * from './CheckboxTree';
export * from './CodeSnippet';
export * from './CopyTextButton';
export * from './DependencyGraph';