Files
sigrhapf/Documents/sigfip/sigefp/sigefp-frontend/src/components/ui/use-toast.ts
T

4 lines
82 B
TypeScript
Raw Normal View History

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