1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 13:13:00 +01:00
send/app/ui/blank.js
2018-11-16 12:39:36 -08:00

8 lines
130 B
JavaScript

const html = require('choo/html');
module.exports = function() {
return html`
<main class="main container"></main>
`;
};