aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/utilities/hooks.ts
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/utilities/hooks.ts')
-rw-r--r--FrontEnd/src/utilities/hooks.ts10
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 };