6 lines
87 B
JavaScript

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