diff --git a/packages/ui/src/components/ComboBox/index.tsx b/packages/ui/src/components/ComboBox/index.tsx index 666629ec2..a86918145 100644 --- a/packages/ui/src/components/ComboBox/index.tsx +++ b/packages/ui/src/components/ComboBox/index.tsx @@ -8,4 +8,4 @@ export type { ComboBoxProps, ComboBoxItemProps, ComboBoxContentProps, -} from './types'; +} from './ComboBox';