summaryrefslogtreecommitdiff
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.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web-util/src/hooks/index.ts b/packages/web-util/src/hooks/index.ts
index c29de9023..cc3267dbd 100644
--- a/packages/web-util/src/hooks/index.ts
+++ b/packages/web-util/src/hooks/index.ts
@@ -4,6 +4,7 @@ export { useMemoryStorage } from "./useMemoryStorage.js";
export {
useNotifications,
notifyError,
+ notifyException,
notifyInfo,
notify,
ErrorNotification,