Files
zellyy-finance/src/components/ui/use-toast.ts
gpt-engineer-app[bot] ad597b281d Refactor login and authentication
Rebuild login functionality and user authentication logic.
2025-03-15 06:55:50 +00:00

5 lines
83 B
TypeScript

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