Guest User

Untitled

a guest
Dec 10th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. constructor(props) {
  2. super(props);
  3. this.state = {value: 0};
  4. }
  5.  
  6. state = {
  7. value: 0,
  8. };
Add Comment
Please, Sign In to add comment