1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-22 17:11:32 +02:00
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 21:56:53 +01:00
return html`<div></div>`;
};