import { NarutoFR, NarutoEN } from "./schemas";

export const Naruto = {
    fr: NarutoFR,
    en: NarutoEN
};