"use client"; import VoiceChat from "@/components/mission-control/VoiceChat"; export default function VoicePage() { return (
); }