diff --git a/packages/web/src/components/modals/settingsPanels/VoicePanel.tsx b/packages/web/src/components/modals/settingsPanels/VoicePanel.tsx index 3c42533f..b848e7e5 100644 --- a/packages/web/src/components/modals/settingsPanels/VoicePanel.tsx +++ b/packages/web/src/components/modals/settingsPanels/VoicePanel.tsx @@ -1,6 +1,8 @@ import { useVoiceStore } from '../../../stores/voiceStore'; import { Toggle } from '../../ui/Toggle'; import { VideoSection } from './VideoSection'; +import { AudioInputSection } from './AudioInputSection'; +import { AudioOutputSection } from './AudioOutputSection'; export function VoicePanel() { const echoCancellation = useVoiceStore((s) => s.echoCancellation); @@ -17,6 +19,10 @@ export function VoicePanel() { return (