import dateFormat from "dateformat"; interface Props { link: string; } const PrintSource = (props: Props) => { return (
This map was created using{" "} {window.location.origin} on{" "} {dateFormat()}
An interactive version of this map can be found here:{" "} {props.link}