Skip to content

Commit

Permalink
fix: export Collapsible
Browse files Browse the repository at this point in the history
  • Loading branch information
atanasster committed Mar 8, 2020
1 parent 2a04070 commit c88b281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/components/src/Collapsible/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './Collapsible';
1 change: 1 addition & 0 deletions ui/components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
export * from './ActionBar';
export * from './Collapsible';
export * from './ExternalLink';
export * from './FlexContainer';
export * from './Popover';
Expand Down

0 comments on commit c88b281

Please sign in to comment.