moonstream/frontend/pages/stream/index.js

7 wiersze
150 B
JavaScript

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