From c10f3f3aded637111176487f95403294b1164633 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 29 Sep 2023 16:01:59 -0300 Subject: notifications exposed --- packages/web-util/src/hooks/index.ts | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'packages/web-util/src/hooks/index.ts') 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, -- cgit v1.2.3