import { Database, GitBranch } from 'lucide-react'; import { SidebarItem } from './SidebarItem'; import { SidebarSection } from './SidebarSection'; export function AppDeliverySidebar({ isAdmin }: { isAdmin: boolean }) { return ( {isAdmin && ( )} ); }