mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-09 03:43:23 +00:00
6 lines
112 B
JavaScript
6 lines
112 B
JavaScript
const html = require('choo/html');
|
|
|
|
module.exports = function() {
|
|
return html`<main class="main"></main>`;
|
|
};
|