Skip to content

Commit cd92a80

Browse files
Update App.js
1 parent 0c57adc commit cd92a80

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

src/App.js

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
1-
import logo from './logo.svg';
2-
import './App.css';
3-
41
function App() {
52
return (
6-
<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>
3+
<div>
4+
<h1>Hello, World!</h1>
215
</div>
226
);
237
}

0 commit comments

Comments
 (0)