M3S / src /components /ui /use-toast.ts
p3rc03's picture
Upload 98 files
60b2d8c unverified
raw
history blame contribute delete
82 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };