diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-02-19 19:01:28 -0500 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-02-19 19:01:28 -0500 |
| commit | f2bdae28c9fcd5306b0d14e1bbfafc2bb232aed8 (patch) | |
| tree | 8c4c3f21975329f9079aeb96b49a4db73fc40fa1 /src/client/views/collections | |
| parent | 0ac7f12d00273003b0d0ca87df7bf553fa2e93c0 (diff) | |
got width and height!!!
Diffstat (limited to 'src/client/views/collections')
| -rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 1 |
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; |
