test
This commit is contained in:
5
registry-test/registry/test/hello-wrold/hello-world.tsx
Normal file
5
registry-test/registry/test/hello-wrold/hello-world.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { Button } from "@/components/ui/button"
|
||||
|
||||
export function HelloWorld() {
|
||||
return <Button>Hello World</Button>
|
||||
}
|
||||
Reference in New Issue
Block a user