Skip to content

Commit

Permalink
fix: export ButtonSwitch component
Browse files Browse the repository at this point in the history
  • Loading branch information
gndz07 authored Jul 22, 2022
1 parent c986f05 commit e09c41d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ export { Text } from './components/Text';
export { Tooltip } from './components/Tooltip';
export { VisuallyHidden } from './components/VisuallyHidden';
export {Avatar} from './components/Avatar';
export {ButtonSwitchContainer, ButtonSwitchItem} from './components/ButtonSwitch';

// Stitches
export {
Expand Down

0 comments on commit e09c41d

Please sign in to comment.