mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-26 22:26:05 +00:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
import { Button } from "@/examples/radix/ui/button"
|
|
|
|
export default function ButtonDefault() {
|
|
return <Button>Button</Button>
|
|
}
|