8 lines
101 B
JavaScript

module.exports = {
onCreate: function () {
this.state = {
clicked: false,
};
},
};