import React from "react"; import { MapContainer, TileLayer, Marker, Popup } from "react-leaflet"; import MapButtonControls from "../CanvasComponents/MapButtonControls"; import MapSettingsButton from "../CanvasComponents/MapSettingsButton"; export default function GlobalMap() { const position = [45.61142478054226, -122.49630033167544]; // [latitude, longitude] return ( } position="topright" /> CVO — Home of the volcanoligists ); }