We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d43d8a3 commit 56c3086Copy full SHA for 56c3086
lib/components/map/base-layers.js
lib/index.js
@@ -14,7 +14,6 @@ import SwitchButton from './components/form/switch-button'
14
15
import LocationIcon from './components/icons/location-icon'
16
17
-import BaseLayers from './components/map/base-layers'
18
import BaseMap from './components/map/base-map'
19
import DefaultMap from './components/map/default-map'
20
import EndpointsOverlay from './components/map/endpoints-overlay'
@@ -78,7 +77,6 @@ export {
78
77
SwitchButton,
79
80
// map components
81
- BaseLayers,
82
BaseMap,
83
DefaultMap,
84
EndpointsOverlay,
0 commit comments