Skip to content

Commit

Permalink
Project starter commit ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoniconeves committed Jun 6, 2020
1 parent da7c63c commit b340a2d
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,7 @@ function App() {
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.tsx</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
<h1>Hello World</h1>
</header>
</div>
);
Expand Down

0 comments on commit b340a2d

Please sign in to comment.