All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
8 lines
105 B
JavaScript
8 lines
105 B
JavaScript
'use strict'
|
|
|
|
module.exports = thematicBreak
|
|
|
|
function thematicBreak(h, node) {
|
|
return h(node, 'hr')
|
|
}
|