Skip to content

Instantly share code, notes, and snippets.

@corradin
Created February 25, 2018 20:07
Show Gist options
  • Save corradin/4700350cb8cdc1a2a63c4733007f0ba8 to your computer and use it in GitHub Desktop.
Save corradin/4700350cb8cdc1a2a63c4733007f0ba8 to your computer and use it in GitHub Desktop.
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<h1 className="App-title">Welcome to React</h1>
</header>
<p className="App-intro">
To get started, edit <code>src/App.js</code> and save to reload.
</p>
<div>
<Button text="Press"/>
</div>
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment