Skip to content

Commit

Permalink
fix(comp:select): module import error (#1885)
Browse files Browse the repository at this point in the history
  • Loading branch information
sallerli1 committed Apr 12, 2024
1 parent 96492f8 commit bae7eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/select/src/Select.tsx
Expand Up @@ -14,11 +14,11 @@ import { isBoolean } from 'lodash-es'
import { useAccessorAndControl } from '@idux/cdk/forms'
import { type VirtualScrollToFn } from '@idux/cdk/scroll'
import { type VKey, callEmit, useControlledProp, useState } from '@idux/cdk/utils'
import { IxSelector, type SelectorInstance } from '@idux/components//selector'
import { ɵInput } from '@idux/components/_private/input'
import { type SelectConfig, useGlobalConfig } from '@idux/components/config'
import { type ControlTriggerSlots, IxControlTrigger } from '@idux/components/control-trigger'
import { useFormItemRegister, useFormStatus } from '@idux/components/form'
import { IxSelector, type SelectorInstance } from '@idux/components/selector'
import { IxSpin } from '@idux/components/spin'
import { useThemeToken } from '@idux/components/theme'
import { useMergedCommonControlProps } from '@idux/components/utils'
Expand Down

0 comments on commit bae7eb7

Please sign in to comment.