feat: split swift into standalone module
This commit is contained in:
13
app/(swift)/epd/swift/page.tsx
Normal file
13
app/(swift)/epd/swift/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
'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 <CommandCenter />;
|
||||
}
|
||||
Reference in New Issue
Block a user