fox-send/app/pages/blank.js

6 lines
112 B
JavaScript
Raw Normal View History

const html = require('choo/html');
module.exports = function() {
2018-10-16 23:53:33 +00:00
return html`<main class="main"></main>`;
};