Skip to content

Commit 3280391

Browse files
Update App.js
1 parent ff8bdeb commit 3280391

File tree

1 file changed

+19
-8
lines changed

1 file changed

+19
-8
lines changed

frontend/src/App.js

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,24 @@
1-
import logo from './logo.svg';
21
import './App.css';
32

43
function App() {
5-
return (
6-
<div className="App">
7-
<h1>Hello</h1>
8-
<h2>Still Building :) </h2>
9-
</div>
10-
);
4+
return (
5+
<div className="App">
6+
<header className="App-header">
7+
<img src={logo} className="App-logo" alt="logo" />
8+
<p>
9+
Edit <code>src/App.js</code> and save to reload.
10+
</p>
11+
<a
12+
className="App-link"
13+
href="https://reactjs.org"
14+
target="_blank"
15+
rel="noopener noreferrer"
16+
>
17+
Learn React
18+
</a>
19+
</header>
20+
</div>
21+
);
1122
}
1223

13-
export default App;
24+
export default App;

0 commit comments

Comments
 (0)