diff --git a/src/pswui/components/Toast/index.ts b/src/pswui/components/Toast/index.ts index e69de29..b17140a 100644 --- a/src/pswui/components/Toast/index.ts +++ b/src/pswui/components/Toast/index.ts @@ -0,0 +1,2 @@ +export { Toaster } from "./Component"; +export { useToast } from "./Hook"; \ No newline at end of file