import MapView from './components/MapView';
let MapboxGL = {};
// components
MapboxGL.MapView = MapView;
export default MapboxGL;