File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff line change 11import React , { Component } from 'react' ;
22import Alex from './alex'
3+ < << << << HEAD
4+ << << << < HEAD
5+ import Landon from './landon'
6+ === = ===
7+ === = ===
38import Paola from './Paola'
9+ >>> > >>> 96 a75e9d6dc1b4afe2dc0a8aa432e6c65d93c573
410import Jared from './jared'
511import Josh from './josh'
12+ > >>> >>> f6eb50240b5e773dd29bb94a75e5f37a41db9347
613
714 class App extends Component {
815 render ( ) {
916 return (
1017 < div >
1118 < h1 > React Simple Starter</ h1 >
1219 < Alex />
20+ < << << << HEAD
21+ << << << < HEAD
22+ < Landon />
23+ =======
24+ =======
1325
1426 < Paola />
1527
28+ >>> >>> > 96 a75e9d6dc1b4afe2dc0a8aa432e6c65d93c573
1629 < Jared />
1730
1831 < Josh />
32+ >>> >>> > f6eb50240b5e773dd29bb94a75e5f37a41db9347
1933 </ div >
2034 ) ;
2135 }
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments