There was an error while loading. Please reload this page.
1 parent 9076f2b commit 0053395Copy full SHA for 0053395
src/components/app.js
@@ -1,23 +1,25 @@
1
import React, { Component } from 'react';
2
-import Alex from './alex';
3
-import Saundra from './saundra';
4
5
-import Landon from './landon';
6
-import Paola from './Paola';
7
-import Jared from './jared';
8
-import Josh from './josh';
+import Josh from './josh'
9
10
class App extends Component {
11
render() {
12
return (
13
<div>
14
- <h1>React Simple Starter</h1>
15
- <Alex />
16
- <Saundra />
17
- <Landon />
18
- <Paola/>
19
- <Jared />
20
- <Josh/>
+ <h1>I ❤️ trailing commas</h1>
+ <Josh/>
21
22
23
</div>
24
);
25
}
0 commit comments