Skip to content

Commit c91bc5a

Browse files
committed
Fix Disclosure export
1 parent 90c6a85 commit c91bc5a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@badrap/libapp": patch
3+
---
4+
5+
Fix Disclosure export

src/ui/experimental/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export { Button } from "./Button.js";
44
export { Card } from "./Card.js";
55
export { Checkbox } from "./Checkbox.js";
66
export { CopyButton } from "./CopyButton.js";
7+
export { Disclosure } from "./Disclosure.js";
78
export { Divider } from "./Divider.js";
89
export { DownloadButton } from "./DownloadButton.js";
910
export { Flex } from "./Flex.js";

0 commit comments

Comments
 (0)