{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "app-header-layout", "dependencies": [], "registryDependencies": [ "@craft/app-shell", "@craft/app-header", "@craft/app-content", "@craft/breadcrumb", "@craft/craft-types" ], "files": [ { "path": "registry/new-york-v4/blocks/app-header-layout.tsx", "content": "import { AppContent } from \"@/components/app-content\";\nimport { AppHeader } from \"@/components/app-header\";\nimport { AppShell } from \"@/components/app-shell\";\nimport type { AppLayoutProps } from \"@/lib/types\";\n\nexport default function AppHeaderLayout({ children, breadcrumbs }: AppLayoutProps) {\n return (\n \n \n {children}\n \n );\n}\n", "type": "registry:block" } ], "type": "registry:block" }