import { Link } from "wouter"; import type { ServerGame } from "../../shared/game"; import { formatRelativeTime, formatTimeSpan } from "../../shared/time"; import { Button } from "./Button"; interface PastMatchProps { game: ServerGame; } const PastMatch = ({ game }: PastMatchProps) => { return (