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.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/FrontEnd/src/utilities/hooks.ts b/FrontEnd/src/utilities/hooks.ts
deleted file mode 100644
index a59f7167..00000000
--- a/FrontEnd/src/utilities/hooks.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import useClickOutside from "./hooks/useClickOutside";
-import useScrollToBottom from "./hooks/useScrollToBottom";
-import { useIsSmallScreen } from "./hooks/mediaQuery";
-
-export { useClickOutside, useScrollToBottom, useIsSmallScreen };