From 679d19c3a83fa6bd3cb98e9f6abc601a71c45b3b Mon Sep 17 00:00:00 2001 From: aidanCQ Date: Mon, 18 Dec 2023 17:40:48 +0000 Subject: [PATCH] Export use toast hook. --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index cfc5ec3..9cb61d2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -37,6 +37,7 @@ export * from "./atoms/toaster"; export * from "./atoms/toggle"; export * from "./atoms/toggle-group"; export * from "./atoms/tooltip"; +export * from "./atoms/use-toast"; export * from "./molecules/slide-in"; export * from "./molecules/theme-selector"; export * from "./utils";