import React from "react"; //import { Link } from "react-router-dom"; //game = { // card_img: "", // char_img: "", // title_img: "" //} export default function GameCard ({ link = "./", width = "72", game = { card_img: "https://ggayane.github.io/css-experiments/cards/dark_rider-cover.jpg", char_img: "https://ggayane.github.io/css-experiments/cards/dark_rider-character.png", title_img: "https://ggayane.github.io/css-experiments/cards/dark_rider-title.png" } }) { return ( <>
) };