Advertisement
Guest User

Untitled

a guest
Jun 27th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const Layout = (props) => {
  2. return ( <div className="layout">
  3. <div className="top">{props.top}</div>
  4. <div className="left">{props.left}</div>
  5. <div className="center">{props.center}</div>
  6. </div> );
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement