diff options
| author | bob <bcz@cs.brown.edu> | 2019-01-30 11:12:52 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-01-30 11:12:52 -0500 |
| commit | 8866e324bd7ea8dd03814a840662ca7c3b1a8e0f (patch) | |
| tree | c27d9a015078524a25c734d841212e334d17cf67 /src/views/nodes | |
| parent | 022b8a3a562a30062f714f9ce7082b8983a89513 (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.tsx | 1 |
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"; |
