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

10 lines
170 B
JavaScript
Raw Normal View History

2016-05-13 16:48:46 +07:00
const choo = require('../../../')
module.exports = function (params, state, send) {
return choo.view`
<section>
<p>Select a mailbox</p>
</section>
`
}