vultr-dns-manager/components/ui/use-toast.ts
2025-03-16 07:38:30 -06:00

5 lines
188 B
TypeScript

// Importing from your existing shadcn/ui components
import { useToast as useToastOriginal } from "@/hooks/use-toast";
// Re-export the hook
export { useToast } from "@/hooks/use-toast";