// app/page.tsx import MissionControl from '@/components/MissionControl'; export default function Home() { return (
); }