import { DeathNoteFR, DeathNoteEN } from "./schemas";

export const DeathNote = {
    fr: DeathNoteFR,
    en: DeathNoteEN
};