aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/collections
diff options
context:
space:
mode:
authorMonika Hedman <monika_hedman@brown.edu>2019-02-19 19:01:28 -0500
committerMonika Hedman <monika_hedman@brown.edu>2019-02-19 19:01:28 -0500
commitf2bdae28c9fcd5306b0d14e1bbfafc2bb232aed8 (patch)
tree8c4c3f21975329f9079aeb96b49a4db73fc40fa1 /src/client/views/collections
parent0ac7f12d00273003b0d0ca87df7bf553fa2e93c0 (diff)
got width and height!!!
Diffstat (limited to 'src/client/views/collections')
-rw-r--r--src/client/views/collections/CollectionViewBase.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx
index 4cbafe950..35ba227e9 100644
--- a/src/client/views/collections/CollectionViewBase.tsx
+++ b/src/client/views/collections/CollectionViewBase.tsx
@@ -12,7 +12,6 @@ import { CollectionDockingView } from "./CollectionDockingView";
import { CollectionFreeFormDocumentView } from "../nodes/CollectionFreeFormDocumentView";
import { Transform } from "../../util/Transform";
-
export interface CollectionViewProps {
CollectionFieldKey: Key;
DocumentForCollection: Document;