example-mailbox: v5
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
const choo = require('../../../')
|
||||
|
||||
module.exports = function (params, state, send) {
|
||||
return choo.view`
|
||||
<section>
|
||||
<p>Select a mailbox</p>
|
||||
</section>
|
||||
`
|
||||
}
|
||||
Reference in New Issue
Block a user