From 35cc13e229ddc4953a1e68b6b7ea18c54eb9a70b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 19 May 2023 13:24:30 -0300 Subject: imported useNotifications, new memory storage hook and fixed but in localstorage --- packages/web-util/src/hooks/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) (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 e5cb54e21..ae8872497 100644 --- a/packages/web-util/src/hooks/index.ts +++ b/packages/web-util/src/hooks/index.ts @@ -1,5 +1,11 @@ export { useLang } from "./useLang.js"; export { useLocalStorage } from "./useLocalStorage.js"; +export { useMemoryStorage } from "./useMemoryStorage.js"; +export { + useNotifications, + notifyError, + notifyInfo, +} from "./useNotifications.js"; export { useAsyncAsHook, HookError, -- cgit v1.2.3