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