import { Button } from '@/registry/new-york/ui/button'
const ButtonDemo = () => {
return <Button>Button</Button>
}
export default ButtonDemo
npx shadcn@latest add @shadcn-studio/button-01import { Button01 } from "@/components/button-01"<Button01 />