drop.chapril.org-firefoxsend/app/pages/blank.js

6 lines
97 B
JavaScript
Raw Normal View History

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