Skip to content

Commit

Permalink
fix: Add missing exports for CKR bundle (#1118)
Browse files Browse the repository at this point in the history
  • Loading branch information
anicholls committed Jun 17, 2021
1 parent 5536bd1 commit 0f9bf08
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/react/index.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
export * from './action-bar';
export * from './avatar';
export * from './badge';
export * from './banner';
export * from './button';
export * from './card';
export * from './checkbox';
export * from './color-picker';
export * from './common';
export * from './cookie-banner';
export * from './dialog';
export * from './disclosure';
export * from './form-field';
export * from './icon';
export * from './layout';
Expand Down

0 comments on commit 0f9bf08

Please sign in to comment.