export function Header(props) { return (
Targets hit: {props.count}

Seconds left: {props.seconds}
); }