Skip to content

Commit

Permalink
fix: Add missing export ToggleGroup (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
Barsnes authored Oct 12, 2023
1 parent 5689052 commit 782d77d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ export * from './form/Switch';
export * from './form/Textfield';
export * from './form/Textarea';
export * from './Tabs';
export * from './ToggleGroup';

0 comments on commit 782d77d

Please sign in to comment.