1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-11 13:42:56 +01:00
send/app/templates/blank.js
2018-01-30 09:37:42 -08:00

7 lines
116 B
JavaScript

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