Created
June 15, 2018 02:03
-
-
Save dceddia/adbc66a263aaeaaf600e50c0290795ff to your computer and use it in GitHub Desktop.
Initialize Autoshoot's state
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
class Autoshoot extends React.Component { | |
state = { | |
photo: null | |
} | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment