Skip to content

Commit

Permalink
fix: added missing component exports NO-JIRA
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-potepa committed Dec 12, 2023
1 parent 4ca5e93 commit 4c27e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ export * from './components/CheckboxGroup';
export * from './components/Counter';
export * from './components/Divider';
export * from './components/HelperText';
export * from './components/Icon';
export * from './components/IconButton';
export * from './components/InlineBanner';
export * from './components/InlineMessage';
Expand All @@ -20,6 +21,7 @@ export * from './components/SearchInput';
export * from './components/Select';
export * from './components/SocialButton';
export * from './components/StatusDot';
export * from './components/Tag';
export * from './components/TextInput';
export * from './components/Toast';
export * from './tetrisly';
Expand Down

0 comments on commit 4c27e9b

Please sign in to comment.