import { Button } from "@/components/retroui/Button";
export default function ButtonStyleSecondary() {
return <Button variant="secondary">Click Me!</Button>;
}
npx shadcn@latest add @retroui/button-style-secondaryimport { ButtonStyleSecondary } from "@/components/button-style-secondary"<ButtonStyleSecondary />