parent
3d205e5cea
commit
e507075ab4
|
@ -21,7 +21,12 @@ class App extends React.Component {
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div>Hello world!</div>
|
||||
<div>
|
||||
<div>Hello world!</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
export default App;
|
||||
|
|
Loading…
Reference in New Issue