Advertisement
Guest User

Untitled

a guest
Jul 12th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. const WithClass = props => (
  4. <div className={props.classes}>
  5. {props.children}
  6. </div>
  7. )
  8.  
  9. export default WithClass;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement