import Iframe from "react-iframe"; export default function KofiDonationWidget({ title, url }) { return (
{title}
); }