import { Button } from "@/registry/new-york/ui/button"
export default function ButtonDestructive() {
return <Button variant="destructive">Destructive</Button>
}
npx shadcn@latest add @taki/button-destructiveimport { ButtonDestructive } from "@/components/button-destructive"<ButtonDestructive />