Skip to content

Commit b2b1285

Browse files
committed
fix: path typo
1 parent 787ee9b commit b2b1285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hooks/useAlign.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import isVisible from 'rc-util/lib/dom/isVisible';
1+
import isVisible from 'rc-util/lib/Dom/isVisible';
22
import useEvent from 'rc-util/lib/hooks/useEvent';
33
import useLayoutEffect from 'rc-util/lib/hooks/useLayoutEffect';
44
import * as React from 'react';

0 commit comments

Comments
 (0)