{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "dashboard-page", "dependencies": [ "@inertiajs/react" ], "registryDependencies": [ "@craft/app-layout" ], "files": [ { "path": "registry/new-york-v4/pages/Dashboard.tsx", "content": "import { Head } from \"@inertiajs/react\";\n\nexport default function Dashboard() {\n return (\n <>\n \n\n
\n

Dashboard

\n

You are signed in.

\n
\n \n );\n}\n", "type": "registry:file", "target": "resources/js/pages/Dashboard.tsx" } ], "type": "registry:block" }