OpChan/src/components/ui/use-toast.ts
2025-04-15 16:28:03 +05:30

4 lines
82 B
TypeScript

import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };