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