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