Skip to content

Commit 200a9a5

Browse files
yes
2 parents 5c8add7 + 96a75e9 commit 200a9a5

File tree

3 files changed

+3247
-0
lines changed

3 files changed

+3247
-0
lines changed

‎src/components/Paola.js‎

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

‎src/components/app.js‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
import React, { Component } from 'react';
22
import Alex from './alex'
33
<<<<<<< HEAD
4+
<<<<<<< HEAD
45
import Landon from './landon'
56
=======
7+
=======
8+
import Paola from './Paola'
9+
>>>>>>> 96a75e9d6dc1b4afe2dc0a8aa432e6c65d93c573
610
import Jared from './jared'
711
import Josh from './josh'
812
>>>>>>> f6eb50240b5e773dd29bb94a75e5f37a41db9347
@@ -13,10 +17,17 @@ import Josh from './josh'
1317
<div>
1418
<h1>React Simple Starter</h1>
1519
<Alex />
20+
<<<<<<< HEAD
1621
<<<<<<< HEAD
1722
<Landon />
1823
=======
24+
=======
25+
26+
<Paola/>
27+
28+
>>>>>>> 96a75e9d6dc1b4afe2dc0a8aa432e6c65d93c573
1929
<Jared />
30+
2031
<Josh/>
2132
>>>>>>> f6eb50240b5e773dd29bb94a75e5f37a41db9347
2233
</div>

0 commit comments

Comments
 (0)