module.exports = { name: 'hr-card', type: 'dom', render(opts) { return opts.env.dom.createElement('hr'); } };