From fdbe623e1060efc4b074d213a96e8f5a2ab7498b Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 20 Sep 2023 15:16:28 -0300 Subject: more ui stuff, moved forms to util --- packages/web-util/src/hooks/index.ts | 3 +++ 1 file changed, 3 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 a3a2053e6..c29de9023 100644 --- a/packages/web-util/src/hooks/index.ts +++ b/packages/web-util/src/hooks/index.ts @@ -5,6 +5,9 @@ export { useNotifications, notifyError, notifyInfo, + notify, + ErrorNotification, + InfoNotification } from "./useNotifications.js"; export { useAsyncAsHook, -- cgit v1.2.3