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