import type { UiServiceGroup } from "../types"; import { Panel } from "./Panel"; import { ServiceRow } from "./ServiceRow"; import { StatusStrip } from "./StatusStrip"; export interface ServicePanelProps { group: UiServiceGroup; } export function ServicePanel({ group }: ServicePanelProps) { return (