export interface Game { id: string; name: string; image: string; route: string; }