import React from 'react'; import './index.less'; const MapContainer = () => { return (
); }; export default MapContainer;