Skip to content

Commit

Permalink
Fix Disclosure export
Browse files Browse the repository at this point in the history
  • Loading branch information
jviide committed Sep 14, 2024
1 parent 90c6a85 commit c91bc5a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/unlucky-shrimps-explode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@badrap/libapp": patch
---

Fix Disclosure export
1 change: 1 addition & 0 deletions src/ui/experimental/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export { Button } from "./Button.js";
export { Card } from "./Card.js";
export { Checkbox } from "./Checkbox.js";
export { CopyButton } from "./CopyButton.js";
export { Disclosure } from "./Disclosure.js";
export { Divider } from "./Divider.js";
export { DownloadButton } from "./DownloadButton.js";
export { Flex } from "./Flex.js";
Expand Down

0 comments on commit c91bc5a

Please sign in to comment.