File tree Expand file tree Collapse file tree 2 files changed +2
-23
lines changed
packages/react-scripts/template/src Expand file tree Collapse file tree 2 files changed +2
-23
lines changed Original file line number Diff line number Diff line change @@ -2,28 +2,13 @@ import React, { Component } from 'react';
2
2
import logo from './logo.svg' ;
3
3
import './App.css' ;
4
4
5
- import Bad from './fold/Bad' ;
6
-
7
5
class App extends Component {
8
6
render ( ) {
9
7
return (
10
8
< div className = "App" >
11
9
< div className = "App-header" >
12
- < div >
13
- < div >
14
- < div >
15
- < div >
16
- < div >
17
- < div >
18
- < img src = { logo } className = "App-logo" alt = "logo" />
19
- < Bad > Welcome to React</ Bad >
20
- { [ 1 , 2 , 3 ] . map ( s => < span > { s } </ span > ) }
21
- </ div > { ' ' }
22
- </ div > { ' ' }
23
- </ div > { ' ' }
24
- </ div > { ' ' }
25
- </ div > { ' ' }
26
- </ div >
10
+ < img src = { logo } className = "App-logo" alt = "logo" />
11
+ < h2 > Welcome to React</ h2 >
27
12
</ div >
28
13
< p className = "App-intro" >
29
14
To get started, edit < code > src/App.js</ code > and save to reload.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments