{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "analytics-report-builder",
  "title": "Acquisition Report",
  "description": "Select metrics and dimensions, then switch between chart and table output.",
  "registryDependencies": [
    "https://components.exe.xyz/r/product-workspace.json"
  ],
  "files": [
    {
      "path": "src/components/templates/analytics-report-builder.tsx",
      "content": "import { ProductWorkspaceTemplate } from \"./product-workspace\"\n\nexport function AnalyticsReportBuilderTemplate() {\n  return <ProductWorkspaceTemplate kind=\"analytics\" />\n}\n",
      "type": "registry:block"
    }
  ],
  "type": "registry:block"
}