1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-14 23:22:36 +01:00
send/app/ui/blank.js

6 lines
122 B
JavaScript
Raw Normal View History

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