app / src /components /ui /use-toast.ts
itsLu's picture
Upload 88 files
2586888 verified
raw
history blame contribute delete
82 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };