Created
March 7, 2019 13:00
-
-
Save BretCameron/714eac5e5e23d138cf9717d7f01fdb0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
constructor(props) { | |
super(props); | |
this.state = { skin: 'night' }; | |
this.changeSkin = this.changeSkin.bind(this); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment