Files
buuh/examples/mailbox/elements/empty-mailbox.js
T

10 lines
169 B
JavaScript

const html = require('../../../html')
module.exports = function (params, state, send) {
return html`
<section>
<p>Select a mailbox</p>
</section>
`
}