mirror of
https://github.com/timvisee/send.git
synced 2025-10-05 02:19:26 +02:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
const html = require('choo/html');
|
|
|
|
module.exports = function() {
|
|
return html`<main class="main container"></main>`;
|
|
};
|