diff options
author | crupest <crupest@outlook.com> | 2022-05-01 21:30:31 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-05-01 21:30:31 +0800 |
commit | 3f07b047df4d66f83047a5bb747c0a1665bceb6c (patch) | |
tree | 95f2a8814806cdefd9b42b72aea39dd4b39db434 /FrontEnd/src/utilities/hooks.ts | |
parent | f15f883198226a146113f82b3d7ca4864f3aa58b (diff) | |
download | timeline-3f07b047df4d66f83047a5bb747c0a1665bceb6c.tar.gz timeline-3f07b047df4d66f83047a5bb747c0a1665bceb6c.tar.bz2 timeline-3f07b047df4d66f83047a5bb747c0a1665bceb6c.zip |
...
Diffstat (limited to 'FrontEnd/src/utilities/hooks.ts')
-rw-r--r-- | FrontEnd/src/utilities/hooks.ts | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/FrontEnd/src/utilities/hooks.ts b/FrontEnd/src/utilities/hooks.ts index c499b36b..a59f7167 100644 --- a/FrontEnd/src/utilities/hooks.ts +++ b/FrontEnd/src/utilities/hooks.ts @@ -1,11 +1,5 @@ import useClickOutside from "./hooks/useClickOutside"; -import useReverseScrollPositionRemember from "./hooks/useReverseScrollPositionRemember"; -import useScrollToTop from "./hooks/useScrollToTop"; +import useScrollToBottom from "./hooks/useScrollToBottom"; import { useIsSmallScreen } from "./hooks/mediaQuery"; -export { - useClickOutside, - useReverseScrollPositionRemember, - useScrollToTop, - useIsSmallScreen, -}; +export { useClickOutside, useScrollToBottom, useIsSmallScreen }; |