'use client'; /** * Cortex Command Center Page * * Main entry point for Cortex - the Contextual UI EPD. */ import { CommandCenter } from '@/components/cortex'; export default function CortexPage() { return ; }