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