fox-send/app/ui/blank.js

8 lines
130 B
JavaScript
Raw Normal View History

2018-10-25 02:07:10 +00:00
const html = require('choo/html');
module.exports = function() {
2018-11-16 20:39:36 +00:00
return html`
<main class="main container"></main>
`;
2018-10-25 02:07:10 +00:00
};