//import React from "react"; import { Link } from "react-router-dom"; import { GameCardProps } from "../types"; //game = { // card_img: "", // char_img: "", // title_img: "" //} export default function GameCard ({ link, game }: GameCardProps) { return ( <>