mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
8 lines
130 B
JavaScript
8 lines
130 B
JavaScript
const html = require('choo/html');
|
|
|
|
module.exports = function() {
|
|
return html`
|
|
<main class="main container"></main>
|
|
`;
|
|
};
|