import { SilentVoiceEN, SilentVoiceFR } from "./schemas";

export const SilentVoice = {
    fr: SilentVoiceFR,
    en: SilentVoiceEN
};