import React from 'react'; import { TileLayer as LeafletTileLayer } from 'react-leaflet'; import { LEAFLET } from '../constants'; export const TileLayer = () => ( OpenStreetMap contributors'} url={LEAFLET.TILE_SERVER_URL} /> );