function Goodbye(props) {
  return <h1>Goodbye, {props.name}</h1>;
}
