[maps,tests][xs]: add default export to OpenLayers component

This commit is contained in:
João Demenech
2023-07-07 10:47:44 -03:00
parent 188706e02d
commit 5f1d8151f5
6 changed files with 783 additions and 146 deletions

Binary file not shown.

View File

@@ -34,7 +34,7 @@ interface OpenLayersProps {
popup?: (selected: any) => JSX.Element;
}
export function OpenLayers({
export default function OpenLayers({
layers,
center = [0, 0],
zoom = 1,