Files
buuh/examples/mailbox/elements/empty-mailbox.js
T
Yoshua Wuyts 6407188ee9 router: change order of arguments
fixup! freeze state & rename app ns to location
2016-07-02 22:54:35 +02:00

10 lines
167 B
JavaScript

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