vultr-dns-manager/components/ui/use-toast.ts

6 lines
188 B
TypeScript
Raw Permalink Normal View History

2025-03-16 07:38:30 -06:00
// 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";