diff --git a/ui/components/src/Collapsible/index.ts b/ui/components/src/Collapsible/index.ts new file mode 100644 index 000000000..870f57229 --- /dev/null +++ b/ui/components/src/Collapsible/index.ts @@ -0,0 +1 @@ +export * from './Collapsible'; diff --git a/ui/components/src/index.ts b/ui/components/src/index.ts index 2826881c4..4c83003c6 100644 --- a/ui/components/src/index.ts +++ b/ui/components/src/index.ts @@ -1,4 +1,5 @@ export * from './ActionBar'; +export * from './Collapsible'; export * from './ExternalLink'; export * from './FlexContainer'; export * from './Popover';