import { clsx } from 'clsx' export function Screenshot({ width, height, src, className, }: { width: number height: number src: string className?: string }) { return (
All games and other content shown in screenshots are examples, without actual content.
) }