import { Box, Clock, LayoutGrid, Layers } from 'lucide-react'; import { SidebarItem } from './SidebarItem'; import { SidebarSection } from './SidebarSection'; export function EdgeComputeSidebar() { return ( ); }