Skip to content

Commit

Permalink
fix: accordion exports
Browse files Browse the repository at this point in the history
  • Loading branch information
severinlandolt committed Dec 12, 2024
1 parent 573835c commit c8582ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/layout-elements/Accordion/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export { Accordion } from "./Accordion";
export type { AccordionProps } from "./Accordion";
export { AccordionBody } from "./AccordionBody";
export { AccordionHeader } from "./AccordionHeader";
export { AccordionList } from "./AccordionList";
export type { AccordionListProps } from "./AccordionList";

0 comments on commit c8582ef

Please sign in to comment.