Skip to content

Commit

Permalink
Merge pull request #337 from CivicDataLab/accordion-package
Browse files Browse the repository at this point in the history
fix add remaining accordion export types
  • Loading branch information
PixeledCode authored Mar 7, 2024
2 parents 8d03dc6 + ec15b53 commit de34910
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion packages/opub-ui/src/components/Accordion/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
export { Accordion } from './Accordion';
export {
Accordion,
AccordionItem,
AccordionTrigger,
AccordionContent,
} from './Accordion';
7 changes: 6 additions & 1 deletion packages/opub-ui/src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
export { Accordion } from './Accordion';
export {
Accordion,
AccordionItem,
AccordionTrigger,
AccordionContent,
} from './Accordion';
export { ActionList } from './ActionList';
export { AlertDialog } from './AlertDialog';
export { Avatar } from './Avatar';
Expand Down

0 comments on commit de34910

Please sign in to comment.