fox-send/app/pages/blank.js

6 lines
97 B
JavaScript
Raw Normal View History

const html = require('choo/html');
module.exports = function() {
2018-02-16 20:56:53 +00:00
return html`<div></div>`;
};