Skip to content

Commit dd6a8e8

Browse files
committed
style: 调整函数引用路径
1 parent d827aba commit dd6a8e8

File tree

1 file changed

+1
-1
lines changed
  • packages/hooks/src/useFocusWithin

1 file changed

+1
-1
lines changed

packages/hooks/src/useFocusWithin/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import useEventListener from "../useEventListener";
22
import type { BasicTarget } from "../utils/domTarget";
3-
import { useBoolean } from "..";
3+
import useBoolean from "../useBoolean";
44

55
export interface Options {
66
onFocus?: (e: FocusEvent) => void;

0 commit comments

Comments
 (0)