const html = require('choo/html');

module.exports = function() {
  const div = html`<div></div>`;
  return div;
};