import { getLayout } from "../../src/layouts/EntriesLayout"; const Entry = () => { return ""; }; Entry.getLayout = getLayout; export default Entry;