@@ -22,16 +22,16 @@ import {EMPTY_ARRAY, EMPTY_RECORD} from '../../constants'
2222import { _raf } from '../../helpers/animation'
2323import { _hasFocus , focusFirstDescendant } from '../../helpers/focus'
2424import { useResponsiveProp } from '../../hooks/useResponsiveProp'
25- import { Box , type BoxOwnProps } from '../../primitives/box/box '
26- import { Button } from '../../primitives/button/button '
27- import { Popover , type PopoverProps } from '../../primitives/popover/popover '
28- import { Selectable } from '../../primitives/selectable/selectable '
29- import { AnimatedSpinnerIcon } from '../../primitives/spinner/animatedSpinnerIcon '
30- import { Stack } from '../../primitives/stack/stack '
31- import { Text } from '../../primitives/text/text '
32- import { TextInput , type TextInputOwnProps } from '../../primitives/textInput/textInput '
25+ import { Box , type BoxOwnProps } from '../../primitives/box/Box '
26+ import { Button } from '../../primitives/button/Button '
27+ import { Popover , type PopoverProps } from '../../primitives/popover/Popover '
28+ import { Selectable } from '../../primitives/selectable/Selectable '
29+ import { AnimatedSpinnerIcon } from '../../primitives/spinner/AnimatedSpinnerIcon '
30+ import { Stack } from '../../primitives/stack/Stack '
31+ import { Text } from '../../primitives/text/Text '
32+ import { TextInput , type TextInputOwnProps } from '../../primitives/textInput/TextInput '
3333import type { ComponentType , Props } from '../../types'
34- import { AutocompleteOption } from './autocompleteOption '
34+ import { AutocompleteOption } from './AutocompleteOption '
3535import { autocompleteReducer } from './autocompleteReducer'
3636import {
3737 AUTOCOMPLETE_LISTBOX_IGNORE_KEYS ,
0 commit comments