SOURCE.IO / src /components /ui /use-toast.ts
Adeen
Deploy: OCR support for PDF/Images/DOCX
ae14296
raw
history blame contribute delete
82 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };