Guest User

Untitled

a guest
Nov 13th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. class App extends Component {
  2.  
  3. render() {
  4. return (
  5. <div id="wrapper">
  6. <Header/>
  7. <Main/>
  8. <SideBar/>
  9. {/*{this.props.children}*/}
  10. </div>
  11. );
  12. }
Add Comment
Please, Sign In to add comment