Skip to content

Commit 72c6d0a

Browse files
committed
refactor: move util hooks to dir
1 parent 6b5d0b1 commit 72c6d0a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

packages/utils/src/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { toSlug } from './toSlug';
2-
export { useIsomorphicLayoutEffect } from './useIsomorphicLayoutEffect';
3-
export { usePrevious } from './usePrevious';
2+
export { useIsomorphicLayoutEffect } from './hooks/useIsomorphicLayoutEffect';
3+
export { usePrevious } from './hooks/usePrevious';

0 commit comments

Comments
 (0)