Advertisement
Guest User

Untitled

a guest
Sep 17th, 2019
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import React from 'react';
  2.  
  3. function Hello(props) {
  4. return (
  5. <div>Hello {props.name}</div>
  6. );
  7. }
  8. export default Hello;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement