parent
949c7c8148
commit
3472a121ab
22 changed files with 2134 additions and 1012 deletions
|
@ -1,13 +1,12 @@
|
|||
import React, { Component } from 'react'
|
||||
import React, { Component } from 'react';
|
||||
import './App.css';
|
||||
|
||||
import ExampleComponent from '{{name}}'
|
||||
import ExampleComponent from '{{name}}';
|
||||
|
||||
export default class App extends Component {
|
||||
render () {
|
||||
return (
|
||||
<div>
|
||||
<ExampleComponent text='Modern React component module' />
|
||||
</div>
|
||||
)
|
||||
class App extends Component {
|
||||
render() {
|
||||
return <ExampleComponent text='Modern React component module' />;
|
||||
}
|
||||
}
|
||||
|
||||
export default App;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue