import { FormattedDate } from "@/components/FormattedDate"; import type { Session } from "@/lib/types"; import { Link } from "@tanstack/react-router"; export const SessionRow = ({ session }: { session: Session }) => { return (