import * as React from 'react'; import { ComposableMap, Geographies, Geography, Marker, ZoomableGroup } from 'react-simple-maps'; const Map = () => ( {({ geographies }) => geographies.map((geography, index) => ( )) } );