aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-04-28 00:23:18 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-04-28 00:23:18 -0400
commita2751d16babb38cde2b86b1cb8fc5d74c15762d7 (patch)
tree57e60f57790c472c94a4e2d9e7d1b8664ff9dfce /src/client/views/nodes/CollectionFreeFormDocumentView.tsx
parentc89806e27fe3c3d951e86262f065e6df4073a2b8 (diff)
Decent amount of stuff is working
Diffstat (limited to 'src/client/views/nodes/CollectionFreeFormDocumentView.tsx')
-rw-r--r--src/client/views/nodes/CollectionFreeFormDocumentView.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
index 376af0b36..8766eb7ea 100644
--- a/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
+++ b/src/client/views/nodes/CollectionFreeFormDocumentView.tsx
@@ -20,6 +20,7 @@ const schema = createSchema({
zIndex: "number"
});
+//TODO Types: The import order is wrong, so positionSchema is undefined
type FreeformDocument = makeInterface<[typeof schema, typeof positionSchema]>;
const FreeformDocument = makeInterface(schema, positionSchema);