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