Skip to content

Commit 7f8338b

Browse files
feat: refactor
1 parent 456d36a commit 7f8338b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-primitives/src/roving-focus/RovingFocusGroupRoot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { type AriaAttributes, type Ref, shallowRef } from 'vue'
22
import { createCollection } from '../collection/index.ts'
33
import { createContext, type MutableRefObject } from '../hooks/index.ts'
4-
import { useControllableStateV2 } from '../hooks/index.ts'
4+
import { useControllableStateV2 } from '../hooks/useControllableState.ts'
55
import { focusFirst } from '../utils/focusFirst.ts'
66
import { composeEventHandlers } from '../utils/vue.ts'
77
import { ENTRY_FOCUS, EVENT_OPTIONS } from './utils.ts'

0 commit comments

Comments
 (0)