secupolicy.x/src/components/ui/use-toast.ts
gpt-engineer-app[bot] 48e6d3bdb0 Use tech stack vite_react_shadcn_ts
[skip gpt_engineer]
2025-03-09 11:11:10 +00:00

4 lines
82 B
TypeScript

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