import { DemonSlayerFR, DemonSlayerEN } from "./schemas";

export const DemonSlayer = {
    fr: DemonSlayerFR,
    en: DemonSlayerEN
};