Skip to content

Commit

Permalink
chore(components): export accordion, popover and popovercontainer (#2424
Browse files Browse the repository at this point in the history
)
  • Loading branch information
alizedebray authored Jan 4, 2024
1 parent 9446bc1 commit 3509aaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/components/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
export { Components, JSX } from './components';

// Export every single component so it gets included in the dist output
export { PostAccordion } from './components/post-accordion/post-accordion';
export { PostAlert } from './components/post-alert/post-alert';
export { PostCollapsible } from './components/post-collapsible/post-collapsible';
export { PostIcon } from './components/post-icon/post-icon';
export { PostPopover } from './components/post-popover/post-popover';
export { PostPopovercontainer } from './components/post-popovercontainer/post-popovercontainer';
export { PostTabs } from './components/post-tabs/post-tabs';
export { PostTabHeader } from './components/post-tab-header/post-tab-header';
export { PostTabPanel } from './components/post-tab-panel/post-tab-panel';
Expand Down

0 comments on commit 3509aaf

Please sign in to comment.