import Link from "next/link"; export function BackToCalendarLink() { // The selected week is stored in a server-readable cookie (tcWeek), so the // home page already renders the right week without us needing to pass it // through the URL. return ( ← Calendar ); }