6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
|
import withMapControl from './withMapControl';
|
||
|
|
||
|
export { withMapControl };
|
||
|
export const MapControl = withMapControl();
|
||
|
export MapPreview from './MapPreview';
|