Skip to content

Commit

Permalink
fix exported hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
arzafran committed Jan 30, 2023
1 parent b800ea8 commit dd60f91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export { useInterval } from './hooks/use-interval.js'
export { useIsClient } from './hooks/use-is-client.js'
export { useIsTouchDevice } from './hooks/use-is-touch-device.js'
export { useIsVisible } from './hooks/use-is-visible.js'
export { useLayoutEffect } from './hooks/use-isomorphic-layout-effect.js'
export { useMediaQuery } from './hooks/use-media-query.js'
export { useRect } from './hooks/use-rect.js'
export { useSlots } from './hooks/use-slots.js'

0 comments on commit dd60f91

Please sign in to comment.