FrontPilot / src /components /ui /use-toast.ts
[dyad]
Init Dyad app
a27839e
raw
history blame contribute delete
85 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };