aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections/CollectionMapView.tsx
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-04-14 00:32:50 -0700
committerSam Wilkins <samwilkins333@gmail.com>2020-04-14 00:32:50 -0700
commitc551680dd75504e979482ba42ae6ab2b76feb4c3 (patch)
treecf02478ad66188b5f68a8079e549d6cc10227505 /src/client/views/collections/CollectionMapView.tsx
parenta888dacc8e6a6400d52cdded0015e05ac5581d3d (diff)
parentdc985718e92f79290ee0609f6ac247829e46e86a (diff)
resolved
Diffstat (limited to 'src/client/views/collections/CollectionMapView.tsx')
-rw-r--r--src/client/views/collections/CollectionMapView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionMapView.tsx b/src/client/views/collections/CollectionMapView.tsx
index 6d5dcdf1d..a2d3c328d 100644
--- a/src/client/views/collections/CollectionMapView.tsx
+++ b/src/client/views/collections/CollectionMapView.tsx
@@ -11,7 +11,6 @@ import { CollectionSubView } from "./CollectionSubView";
import React = require("react");
import { DocumentManager } from "../../util/DocumentManager";
import { UndoManager } from "../../util/UndoManager";
-import * as ReactDOM from 'react-dom';
type MapSchema = makeInterface<[typeof documentSchema]>;
const MapSchema = makeInterface(documentSchema);