stock / src /components /ui /use-toast.ts
Zelyanoth's picture
Upload 101 files
24d40b9 verified
raw
history blame contribute delete
85 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };