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