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