fox-send/app/ui/blank.js

6 lines
122 B
JavaScript
Raw Normal View History

2018-10-25 02:07:10 +00:00
const html = require('choo/html');
module.exports = function() {
2018-10-30 18:37:33 +00:00
return html`<main class="main container"></main>`;
2018-10-25 02:07:10 +00:00
};