import { h } from 'preact' import { Link } from 'wouter-preact' import { buildPlayLinkHref, } from '~/src/utils/utils.routing' export default function GameEntry ({ name, ifdb, url }) { return (

{name}

IFDB page | Play
) }