6 lines
73 B
JavaScript

module.exports = {
onCreate() {
this.state = { count: 0 };
},
};