diff --git a/packages/react/components/Toast/index.ts b/packages/react/components/Toast/index.ts index e69de29..a6f742a 100644 --- a/packages/react/components/Toast/index.ts +++ b/packages/react/components/Toast/index.ts @@ -0,0 +1,2 @@ +export { Toaster } from "./Component"; +export { useToast } from "./Hook";