Skip to content

Instantly share code, notes, and snippets.

@claudiojunior-me
Created May 7, 2018 13:45
Show Gist options
  • Save claudiojunior-me/41d28e24e133384df8e3f5a29e9c252e to your computer and use it in GitHub Desktop.
Save claudiojunior-me/41d28e24e133384df8e3f5a29e9c252e to your computer and use it in GitHub Desktop.
class App extends Component {
render() {
return (
<div>
<span>
Hello Word
</span>
</div>
);
}:
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment