Skip to content

Commit

Permalink
fix: type export path
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurgeron committed Apr 30, 2024
1 parent 9181cfb commit ef12430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/ComboBox/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export type {
ComboBoxProps,
ComboBoxItemProps,
ComboBoxContentProps,
} from './types';
} from './ComboBox';

0 comments on commit ef12430

Please sign in to comment.