import React from 'react' export default function WorldRecapSummaryCard({ recap }) { if (!recap?.intro) { return null } return (
Recap summary
) }