\n Hello. This is a component inside a block.
\n You are currently on {isDesktop ? \"desktop\" : \"mobile\"}
\n \n \n )\n}\n"
- },
- {
- "path": "block/hello-block/components/hello-card.tsx",
- "type": "registry:block",
- "content": "import {\n Card,\n CardContent,\n CardHeader,\n CardTitle,\n} from \"@/registry/default/ui/card\"\n\nexport function HelloCard({\n title,\n children,\n className,\n}: {\n title: string\n} & React.ComponentProps