File tree Expand file tree Collapse file tree 3 files changed +3247
-0
lines changed Expand file tree Collapse file tree 3 files changed +3247
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import Alex from './alex'
33< << << << HEAD
4+ << << << < HEAD
45import Landon from './landon'
56=== = ===
7+ === = ===
8+ import Paola from './Paola'
9+ >>> > >>> 96 a75e9d6dc1b4afe2dc0a8aa432e6c65d93c573
610import Jared from './jared'
711import 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+ >>> >>> > 96 a75e9d6dc1b4afe2dc0a8aa432e6c65d93c573
1929 < Jared />
30+
2031 < Josh />
2132>>> >>> > f6eb50240b5e773dd29bb94a75e5f37a41db9347
2233 </ div >
You can’t perform that action at this time.
0 commit comments