Browse Source

started user

master
ritfsaecdaq 6 years ago
parent
commit
3aabf00e4e
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      googletrendsgame/src/components/User.js

+ 12
- 0
googletrendsgame/src/components/User.js View File

@ -0,0 +1,12 @@
import React, {Component} from 'react';
class User extends Component {
constructor(props){
super(props);
this.state = {
name: '',
score: 0,
word: ''
}
}
}

Loading…
Cancel
Save