Skip to content

Commit 7c83f09

Browse files
Expose modal (#1240)
1 parent e665984 commit 7c83f09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/react/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ export * from './date-formatter';
2222
export * from './video-loop';
2323
export * from './disclosure';
2424
export * from './avatar';
25+
export * from './modal';

packages/react/src/modal/index.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './modal';

0 commit comments

Comments
 (0)