basic/leaflet/index.js
/**
* Created by jakub.niezgoda on 13/08/2019.
*/
// NOTE: When you update this list, please also update list in: doc/index.md
import { Map, TileLayer, Marker, Popup } from 'react-leaflet';
export default {
Map,
TileLayer,
Marker,
Popup
};