constructor()

in tweeter/src/components/App.js [11:17]


    constructor(props) {
        super(props);
        this.state = {
            addTweetText: '',
            tweets : []
        }
    }