import React from 'react'; import { Map, TileLayer } from 'leaflet'; export const MapContext = React.createContext(undefined); export const TileContext = React.createContext(undefined)