Skip to content

Commit 0053395

Browse files
committed
some stuff
1 parent 9076f2b commit 0053395

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

‎src/components/app.js‎

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,25 @@
11
import React, { Component } from 'react';
2-
import Alex from './alex';
3-
import Saundra from './saundra';
42

5-
import Landon from './landon';
6-
import Paola from './Paola';
7-
import Jared from './jared';
8-
import Josh from './josh';
3+
import Josh from './josh'
94

105
class App extends Component {
116
render() {
127
return (
138
<div>
14-
<h1>React Simple Starter</h1>
15-
<Alex />
16-
<Saundra />
17-
<Landon />
18-
<Paola/>
19-
<Jared />
20-
<Josh/>
9+
<h1>I ❤️ trailing commas</h1>
10+
<Josh/>
11+
<Josh/>
12+
<Josh/>
13+
<Josh/>
14+
<Josh/>
15+
<Josh/>
16+
<Josh/>
17+
<Josh/>
18+
<Josh/>
19+
<Josh/>
20+
<Josh/>
21+
<Josh/>
22+
<Josh/>
2123
</div>
2224
);
2325
}

0 commit comments

Comments
 (0)