OpChan/src/components/ui/use-toast.ts

4 lines
82 B
TypeScript
Raw Normal View History

2025-04-15 16:28:03 +05:30
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };