Unverified Commit 8093ba6e authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera
Browse files

chore: wire new components

parent 580f83d0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,3 +2,7 @@ export { default as LControlLayers } from "./LControlLayers.vue";
export { default as LMap } from "./LMap.vue";
export { default as LMarker } from "./LMarker.vue";
export { default as LTileLayer } from "./LTileLayer.vue";
export { default as LIcon } from "./LIcon.vue";
export { default as LPolyline } from "./LPolyline.vue";
export { default as LTooltip } from "./LTooltip.vue";
export { default as LPopup } from "./LPopup.vue";