Files
OPEN_CODEX_API/src/components/ui/use-toast.ts
T
2025-10-16 18:36:51 +00:00

4 lines
82 B
TypeScript

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