Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function RelativeSquare(props) {
  2. const { children } = props;
  3.  
  4. return (
  5. <div className="RelativeSquare">
  6. <div className="RelativeSquare-inner">{children}</div>
  7. </div>
  8. );
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement