Showing
1 changed file
with
0 additions
and
14 deletions
... | @@ -4,20 +4,6 @@ import './App.css'; | ... | @@ -4,20 +4,6 @@ import './App.css'; |
4 | function App() { | 4 | function App() { |
5 | return ( | 5 | return ( |
6 | <div className="App"> | 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> | ||
21 | </div> | 7 | </div> |
22 | ); | 8 | ); |
23 | } | 9 | } | ... | ... |
-
Please register or login to post a comment