aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/hooks/index.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2023-09-29 16:01:59 -0300
committerSebastian <sebasjm@gmail.com>2023-09-29 16:01:59 -0300
commitc10f3f3aded637111176487f95403294b1164633 (patch)
treec5a1a4bf86bd78b5fd823e09e975b56304115099 /packages/web-util/src/hooks/index.ts
parent779ddae8b8c0e1b544ee370ac4d4b366333e7197 (diff)
downloadwallet-core-c10f3f3aded637111176487f95403294b1164633.tar.xz
notifications exposed
Diffstat (limited to 'packages/web-util/src/hooks/index.ts')
-rw-r--r--packages/web-util/src/hooks/index.ts10
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/web-util/src/hooks/index.ts b/packages/web-util/src/hooks/index.ts
index cc3267dbd..f6c74ff22 100644
--- a/packages/web-util/src/hooks/index.ts
+++ b/packages/web-util/src/hooks/index.ts
@@ -1,15 +1,7 @@
export { useLang } from "./useLang.js";
export { useLocalStorage, buildStorageKey } from "./useLocalStorage.js";
export { useMemoryStorage } from "./useMemoryStorage.js";
-export {
- useNotifications,
- notifyError,
- notifyException,
- notifyInfo,
- notify,
- ErrorNotification,
- InfoNotification
-} from "./useNotifications.js";
+export * from "./useNotifications.js";
export {
useAsyncAsHook,
HookError,