File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 11import useAsync from './use-async'
22import useClickOutside from './use-click-outside'
33import useCookie from './use-cookie'
4+ import { useCustomEvent } from './use-custom-event'
45import useEvent from './use-event'
56import useEventListener from './use-event-listener'
67import useFavicon from './use-favicon'
@@ -11,6 +12,7 @@ import useKeypressed from './use-keypressed'
1112import useKeypress from './use-keypress'
1213import useLocalStorage from './use-local-storage'
1314import useMediaQuery from './use-media-query'
15+ import useMetaTag from './use-meta-tag'
1416import useNes from './use-nes'
1517import useOnlineStatus from './use-online-status'
1618import usePageVisibility from './use-page-visibility'
@@ -27,6 +29,7 @@ export {
2729 useAsync ,
2830 useClickOutside ,
2931 useCookie ,
32+ useCustomEvent ,
3033 useEvent ,
3134 useEventListener ,
3235 useFavicon ,
@@ -36,6 +39,7 @@ export {
3639 useKeypress ,
3740 useLocalStorage ,
3841 useMediaQuery ,
42+ useMetaTag ,
3943 useNes ,
4044 useOnlineStatus ,
4145 usePageVisibility ,
You can’t perform that action at this time.
0 commit comments