import * as React from 'react'; import Map from 'react-map-gl'; import 'mapbox-gl/dist/mapbox-gl.css'; const MAPBOX_TOKEN = ''; // Set your mapbox token here export default function MapView() { return ( ); }