moonstream/frontend/pages/stream/index.js

7 wiersze
150 B
JavaScript

2021-07-19 11:50:35 +00:00
import { getLayout } from "../../src/layouts/EntriesLayout";
const Entry = () => {
return "";
};
Entry.getLayout = getLayout;
export default Entry;