const preact = require('preact'); module.exports = function molecule(combatText) { const text = combatText ? {combatText} : ''; return ( {text} ); };