Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. const MyComponent = ({title, description}) => {
  2. return(
  3. <div>
  4. <h1>{title}</h1>
  5. <p>{description}<p>
  6. </div>
  7. )
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement