aboutsummaryrefslogtreecommitdiff
path: root/src/views/nodes
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-01-30 11:12:52 -0500
committerbob <bcz@cs.brown.edu>2019-01-30 11:12:52 -0500
commit8866e324bd7ea8dd03814a840662ca7c3b1a8e0f (patch)
treec27d9a015078524a25c734d841212e334d17cf67 /src/views/nodes
parent022b8a3a562a30062f714f9ce7082b8983a89513 (diff)
cleaned up so that its easy to switch between flexLayout and GoldenLayout
Diffstat (limited to 'src/views/nodes')
-rw-r--r--src/views/nodes/DocumentView.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/views/nodes/DocumentView.tsx b/src/views/nodes/DocumentView.tsx
index 86d5ed305..1e4cc1cca 100644
--- a/src/views/nodes/DocumentView.tsx
+++ b/src/views/nodes/DocumentView.tsx
@@ -11,7 +11,6 @@ import { CollectionFreeFormView } from "../collections/CollectionFreeFormView"
import { CollectionDockingView } from "../collections/CollectionDockingView"
import "./NodeView.scss"
import { SelectionManager } from "../../util/SelectionManager";
-import { DocumentDecorations } from "../../DocumentDecorations";
import { ContextMenu } from "../ContextMenu";
import { Opt } from "../../fields/Field";
import { DragManager } from "../../util/DragManager";