import React from "react"; import PropTypes from "prop-types"; export const Fanart = ({ url }) => (
); Fanart.propTypes = { url: PropTypes.string };