RaysBookClub/src/pages/Contact.js

3 lines
No EOL
78 B
JavaScript

export function Contact ( props ) {
return ( <h1>{props.greeting} </h1>)
}