Skip to content

Commit

Permalink
fix: hooks export 방법 변경 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Nov 4, 2022
1 parent 07a8133 commit be94ab4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './useDidMountEffect';
export * from './useDisclosure';
export * from './useThrottle';
export * from './useDebounce';
export * from './useIntersectionObserver';
export { default as useDidMountEffect } from './useDidMountEffect';
export { default as useDisclosure } from './useDisclosure';
export { default as useThrottle } from './useThrottle';
export { default as useDebounce } from './useDebounce';
export { default as useIntersectionObserver } from './useIntersectionObserver';

0 comments on commit be94ab4

Please sign in to comment.