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