aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/hooks/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/hooks/index.ts')
-rw-r--r--packages/web-util/src/hooks/index.ts6
1 files changed, 1 insertions, 5 deletions
diff --git a/packages/web-util/src/hooks/index.ts b/packages/web-util/src/hooks/index.ts
index a3a2053e6..f6c74ff22 100644
--- a/packages/web-util/src/hooks/index.ts
+++ b/packages/web-util/src/hooks/index.ts
@@ -1,11 +1,7 @@
export { useLang } from "./useLang.js";
export { useLocalStorage, buildStorageKey } from "./useLocalStorage.js";
export { useMemoryStorage } from "./useMemoryStorage.js";
-export {
- useNotifications,
- notifyError,
- notifyInfo,
-} from "./useNotifications.js";
+export * from "./useNotifications.js";
export {
useAsyncAsHook,
HookError,