Guest User

Untitled

a guest
Nov 20th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. import React, { Component } from 'react';
  2.  
  3. export default componentName ({ props1, props2, props3, props4 }) => {
  4. return(
  5. <div>
  6. <p>Tada!</p>
  7. <p>{ props1 }</p>
  8. </div>
  9. )
  10. }
Add Comment
Please, Sign In to add comment