import { EnvironmentId } from '@/portainer/environments/types'; import { SidebarItem } from '../SidebarItem'; interface Props { environmentId: EnvironmentId; } export function AzureSidebar({ environmentId }: Props) { return ( <> ); }