"use client"; import BackToMC from "@/components/mission-control/BackToMC"; export default function CommandPage() { return ( <>

⌨️ Command Center

Execute commands

Command center loading...

); }