Skip to content

Instantly share code, notes, and snippets.

@f0ster
Created March 25, 2017 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save f0ster/8bf81eb7a8bbe0ee25365d4be9486e58 to your computer and use it in GitHub Desktop.
Save f0ster/8bf81eb7a8bbe0ee25365d4be9486e58 to your computer and use it in GitHub Desktop.
class App extends Component {
render() {
return (
<div className="App">
<div className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h2>Welcome to React</h2>
</div>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
</p>
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment