"use client"; import { OrchestratorPanel } from "@/components/mission-control/OrchestratorPanel"; interface MissionControlPanelProps { panels: readonly string[]; } export function MissionControlPanel({ panels }: MissionControlPanelProps): React.JSX.Element { return (