aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.tsx
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-15 11:50:24 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-15 11:50:24 -0400
commit98c7540fff67c232c1b04f2130ee624f9a70afbd (patch)
treed51399f99ce513aed0544eb0475f32818e2e9c1f /src/client/views/collections/CollectionMapView.tsx
parent8cddb0cfbedb05c0400abf0733e568ce3f63e88e (diff)
parentfb922ed8ddad8e088f44886385772d55ea7971bb (diff)
Merge branch 'frameAnimations'
Diffstat (limited to 'src/client/views/collections/CollectionMapView.tsx')
-rw-r--r--src/client/views/collections/CollectionMapView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMapView.tsx b/src/client/views/collections/CollectionMapView.tsx
index da902cecd..d91337ce9 100644
--- a/src/client/views/collections/CollectionMapView.tsx
+++ b/src/client/views/collections/CollectionMapView.tsx
@@ -1,4 +1,4 @@
-import { GoogleApiWrapper, Map as GeoMap, MapProps as IMapProps, Marker } from "google-maps-react";
+import { GoogleApiWrapper, Map as GeoMap, IMapProps, Marker } from "google-maps-react";
import { observer } from "mobx-react";
import { Doc, Opt, DocListCast, FieldResult, Field } from "../../../fields/Doc";
import { documentSchema } from "../../../fields/documentSchemas";