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";