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