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

8 lines
130 B
JavaScript
Raw Normal View History

2018-10-25 04:07:10 +02:00
const html = require('choo/html');
module.exports = function() {
2018-11-16 21:39:36 +01:00
return html`
<main class="main container"></main>
`;
2018-10-25 04:07:10 +02:00
};