filestash/public/pages/home/index.js

3 lines
70 B
JavaScript

export default function(render) {
render(`<h1>HOMEPAGE</h1>`);
};