Guest User

Untitled

a guest
Jun 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. this.state = {$1};
  2. }
  3. """
  4.  
  5. 'Component':
  6. 'prefix': 'rcom'
  7. 'body': """
  8. class $1 extends Component {
  9. render(){
  10. return(
  11. <div>
  12. $2
  13. </div>
  14. );
  15. }
  16. }
  17. """
Add Comment
Please, Sign In to add comment