4 lines
82 B
TypeScript
Raw Normal View History

2025-04-16 21:43:54 -05:00
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };