Files
techzaa-frontend/src/components/ui/use-toast.ts
T

4 lines
82 B
TypeScript
Raw Normal View History

2026-03-30 20:20:21 +06:00
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };