import { SmurfEN, SmurfFR } from "./schemas";

export const Smurf = {
    fr: SmurfFR,
    en: SmurfEN
};