Skip to content

Instantly share code, notes, and snippets.

@vishwanatharondekar
Created February 18, 2017 10:40
Show Gist options
  • Save vishwanatharondekar/bd6574c3e6ea13c9d0850ee61654f0cf to your computer and use it in GitHub Desktop.
Save vishwanatharondekar/bd6574c3e6ea13c9d0850ee61654f0cf to your computer and use it in GitHub Desktop.
class MyComponent extends React.Component {
render(){
return(<div>Awesome My Component</div>)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment