{
  "$schema": "https://ui.shadcn.com/schema/registry-item.json",
  "name": "bar-chart",
  "type": "registry:component",
  "title": "Bar Chart",
  "description": "Renders a bar chart for data visualization.",
  "dependencies": [],
  "registryDependencies": [],
  "files": [
    {
      "path": "registry/default/bar-chart/bar-chart.tsx",
      "content": "// Re-export from @vllnt/ui package\nexport { BarChart } from '@vllnt/ui'\n\n",
      "type": "registry:component"
    }
  ]
}
