Skip to content

Commit

Permalink
Fix(web-react): Add missing exports to components index
Browse files Browse the repository at this point in the history
  • Loading branch information
crishpeen committed Dec 12, 2024
1 parent ebf62f1 commit 039cee7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/web-react/src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ export * from './TextField';
export * from './TextFieldBase';
export * from './Toast';
export * from './Tooltip';
export * from './UNSTABLE_ActionLayout';
export * from './UNSTABLE_Avatar';
export * from './UNSTABLE_EmptyState';
export * from './UNSTABLE_Slider';
export * from './UNSTABLE_Toggle';
export * from './UNSTABLE_Truncate';
export * from './VisuallyHidden';

0 comments on commit 039cee7

Please sign in to comment.