export function Contact ( props ) { return (

{props.greeting}

) }