Remove unnecessary div in app.jsx
This commit is contained in:
@@ -14,9 +14,7 @@ export default class App extends React.Component {
|
|||||||
const Layout = this.getLayout()
|
const Layout = this.getLayout()
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div>
|
|
||||||
<Layout/>
|
<Layout/>
|
||||||
</div>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user