import { MissionControl } from "@/components/MissionControl"; export default function Page() { return <MissionControl />; }