import { FateEN } from './schemas';

export const Fate = {
    en: FateEN
};

