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