2cee0e6513
- Automation: AutoRun, ExecutionLogs, ChangeLog, Brainown, HorusAI - Projects: Tasks, TaskHistory, Monday - Trading: Trading Panel, Chart, Reports, Tools (placeholders) - Leads: Lead Manager - System: System Status, Skills Panel, Command Center, Projects Panel - Council: Agents roster, Sessions, Council Chat, Voice - All pages return 200 OK
12 lines
197 B
TypeScript
12 lines
197 B
TypeScript
"use client";
|
|
|
|
import VoiceChat from "@/components/mission-control/VoiceChat";
|
|
|
|
export default function VoiceChatPage() {
|
|
return (
|
|
<div className="p-6">
|
|
<VoiceChat />
|
|
</div>
|
|
);
|
|
}
|