browser / src /components /ui /use-toast.ts
no-name-here's picture
Upload 86 files
9b63060 verified
raw
history blame contribute delete
82 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };