fix(toast): add export

This commit is contained in:
p-sw 2024-06-15 04:30:14 +09:00
parent 5c8fef9b24
commit a5aa709656

View File

@ -0,0 +1,2 @@
export { Toaster } from "./Component";
export { useToast } from "./Hook";