Files
gatehouse-ui/src/components/ui/use-toast.ts
T

4 lines
82 B
TypeScript
Raw Normal View History

2025-01-01 00:00:00 +00:00
import { useToast, toast } from "@/hooks/use-toast";
export { useToast, toast };