0 / 60 seg.

What do you need to change about this code to get it to run?

const clock = (props) => {
  return <h1>Look at the time: {props.time}</h1>;
};