Components
Operator dashboard shell for a personal AI-agent OS: sidebar nav with Cmd+1-5 shortcuts, content pipeline board, agent status, notes list, and a voice-assistant strip with glowing standby ring

import { MissionControl } from "@/components/ui/mission-control"
export default function DemoOne() {
return (
<div className="dark h-screen w-full">
<MissionControl />
</div>
)
}