1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-09-22 00:51:33 +02:00
send/app/pages/blank.js
2018-02-17 15:07:47 -08:00

6 lines
97 B
JavaScript

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