VoiceTab component
import { VoiceTab } from '@/components/VoiceTab'; export default function Example() { return ( <VoiceTab config={config} updateConfig={updateConfig} errors={errors} /> ); }