import { formatBytes, formatDuration } from "@/lib/format"; import { KEY_BINDINGS } from "@/lib/pinball/keyBindings"; import type { TableInfo } from "@/lib/pinball/types"; export interface GameInfoPanelProps { tableInfo: TableInfo; loadTimeMs: number | null; } export default function GameInfoPanel({ tableInfo, loadTimeMs }: GameInfoPanelProps) { return (