Created
July 15, 2019 11:32
-
-
Save iamryanyu/75f6eb4166a565a0d3aa50318104b0b5 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
class Animal extends Component { | |
render() { | |
return <div>Animal: {this.props.name}</div>; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment