constructor()

in tweeter/src/components/Tweets.js [7:12]


  constructor(props) {
    super(props);
    this.state = {
      sentiment: null
    }
  }