import { Button } from "@/registry/ui/button";
const DestructiveButtonDemo = () => (
<Button variant="destructive">Destructive</Button>
);
export default DestructiveButtonDemo;
npx shadcn@latest add @shadcnui-blocks/button-03import { Button03 } from "@/components/button-03"<Button03 />