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