2017-11-22 16:46:18 -08:00

7 lines
121 B
JavaScript

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