Skip to content

Commit 9535706

Browse files
committed
landon change
2 parents e544b24 + 994876c commit 9535706

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

‎src/components/app.js‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
22
import Alex from './alex'
33
import Saundra from './saundra'
44

5+
import Landon from './landon'
56
import Paola from './Paola'
67
import Jared from './jared'
78
import Josh from './josh'
@@ -13,6 +14,7 @@ import Josh from './josh'
1314
<h1>React Simple Starter</h1>
1415
<Alex />
1516
<Saundra />
17+
<Landon />
1618

1719
<Paola/>
1820

‎src/components/landon.js‎

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
import React, { Component } from 'react';
2+
3+
export default class Landon extends Component {
4+
render() {
5+
return (
6+
<div>Landon</div>
7+
);
8+
}
9+
}

0 commit comments

Comments
 (0)