mirror of
https://github.com/mozilla/send.git
synced 2026-02-05 10:24:59 -05: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>`;
|
|
};
|