File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
- import React , { Component } from " react" ;
2
- import " ./App.css" ;
1
+ import React , { Component } from ' react' ;
2
+ import ' ./App.css' ;
3
3
4
- import ExampleComponent from " {{name}}" ;
4
+ import ExampleComponent from ' {{name}}' ;
5
5
6
6
class App extends Component {
7
7
render ( ) {
8
- return < ExampleComponent text = " Modern React component module" /> ;
8
+ return < ExampleComponent text = ' Modern React component module' /> ;
9
9
}
10
10
}
11
11
Original file line number Diff line number Diff line change 1
- import React , { Component } from " react" ;
2
- import " ./App.css" ;
1
+ import React , { Component } from ' react' ;
2
+ import ' ./App.css' ;
3
3
4
- import ExampleComponent from " {{name}}" ;
4
+ import ExampleComponent from ' {{name}}' ;
5
5
6
6
class App extends Component {
7
7
render ( ) {
8
- return < ExampleComponent text = " Modern React component module" /> ;
8
+ return < ExampleComponent text = ' Modern React component module' /> ;
9
9
}
10
10
}
11
11
You can’t perform that action at this time.
0 commit comments