Skip to content

Commit ff8bdeb

Browse files
Update App.js
1 parent 09ae56d commit ff8bdeb

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

frontend/src/App.js

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,8 @@ import './App.css';
44
function App() {
55
return (
66
<div className="App">
7-
<header className="App-header">
8-
<img src={logo} className="App-logo" alt="logo" />
9-
<p>
10-
Edit <code>src/App.js</code> and save to reload.
11-
</p>
12-
<a
13-
className="App-link"
14-
href="https://reactjs.org"
15-
target="_blank"
16-
rel="noopener noreferrer"
17-
>
18-
Learn React
19-
</a>
20-
</header>
7+
<h1>Hello</h1>
8+
<h2>Still Building :) </h2>
219
</div>
2210
);
2311
}

0 commit comments

Comments
 (0)