fox-send/app/pages/blank.js

6 lines
97 B
JavaScript

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