{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "sidebar-group", "type": "registry:internal", "author": "shadcn (https://ui.shadcn.com)", "files": [ { "path": "internal/sidebar-group.tsx", "content": "\"use client\"\n\nimport { LifeBuoy, Send } from \"lucide-react\"\n\nimport {\n Sidebar,\n SidebarContent,\n SidebarGroup,\n SidebarGroupContent,\n SidebarGroupLabel,\n SidebarMenu,\n SidebarMenuButton,\n SidebarMenuItem,\n SidebarProvider,\n} from \"@/registry/new-york/ui/sidebar\"\n\nexport default function AppSidebar() {\n return (\n \n \n \n \n Help\n \n \n \n \n \n Support\n \n \n \n \n \n Feedback\n \n \n \n \n \n \n \n \n )\n}\n", "type": "registry:component", "target": "" } ] }