Skip to content

Commit 4025e46

Browse files
committed
initial stage
1 parent aa75af0 commit 4025e46

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

src/App.js

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@ import './App.css';
55
function App() {
66
return (
77
<div className="App">
8-
<header className="App-header">
9-
<img src={logo} className="App-logo" alt="logo" />
10-
<p>
11-
Edit <code>src/App.js</code> and save to reload.
12-
</p>
13-
<a
14-
className="App-link"
15-
href="https://reactjs.org"
16-
target="_blank"
17-
rel="noopener noreferrer"
18-
>
19-
Learn React
20-
</a>
21-
</header>
228
</div>
239
);
2410
}

0 commit comments

Comments
 (0)