web / frontend /src /components /ui /use-toast.ts
Chandima Prabhath
Track bun.lockb with Git LFS
cc2caf9
raw
history blame
82 Bytes
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };