module.exports = { handleClick: function () { this.state.clicked = true; }, };