const html = require('choo/html'); module.exports = function() { const div = html`
`; return div; };