diff options
author | tschicke-brown <tyler_schicke@brown.edu> | 2019-02-25 18:03:05 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-25 18:03:05 -0500 |
commit | 292ff1a8d75f8b15f9388d2c577e09a13836d5dc (patch) | |
tree | 59dd222b58abdeefa5c648219411411d7c45128e /src/client/views/collections/CollectionFreeFormView.tsx | |
parent | abec712d1e5169704473a7fad2c21b0ab04299ad (diff) | |
parent | 326696caa52a7feadf37f8f9e0f8bbb69d39bf9a (diff) |
Merge pull request #10 from browngraphicslab/treeview
Treeview
Diffstat (limited to 'src/client/views/collections/CollectionFreeFormView.tsx')
-rw-r--r-- | src/client/views/collections/CollectionFreeFormView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/collections/CollectionFreeFormView.tsx b/src/client/views/collections/CollectionFreeFormView.tsx index b54d9e0cf..12909c151 100644 --- a/src/client/views/collections/CollectionFreeFormView.tsx +++ b/src/client/views/collections/CollectionFreeFormView.tsx @@ -10,6 +10,7 @@ import { Transform } from "../../util/Transform"; import { undoBatch } from "../../util/UndoManager"; import { CollectionDockingView } from "../collections/CollectionDockingView"; import { CollectionSchemaView } from "../collections/CollectionSchemaView"; +import { CollectionTreeView } from "../collections/CollectionTreeView"; import { CollectionView } from "../collections/CollectionView"; import { CollectionFreeFormDocumentView } from "../nodes/CollectionFreeFormDocumentView"; import { DocumentView } from "../nodes/DocumentView"; |