aboutsummaryrefslogtreecommitdiff
path: root/src/DocumentDecorations.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-01-29 14:43:42 -0500
committerbob <bcz@cs.brown.edu>2019-01-29 14:43:42 -0500
commitd8ff5b1effe0db563defc2a6e1391b9b0d160e67 (patch)
tree7f34bcd53a5732d644ccb8749da5d9258359d5b5 /src/DocumentDecorations.tsx
parent0a1264837da6de1bd73637307cc9c52678efa20f (diff)
intermediate state -- things don't resize properly yet.
Diffstat (limited to 'src/DocumentDecorations.tsx')
-rw-r--r--src/DocumentDecorations.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/DocumentDecorations.tsx b/src/DocumentDecorations.tsx
index d5a682b82..d71cda539 100644
--- a/src/DocumentDecorations.tsx
+++ b/src/DocumentDecorations.tsx
@@ -1,10 +1,8 @@
import { observable, computed } from "mobx";
import React = require("react");
-import { DocumentView } from "./views/nodes/DocumentView";
import { SelectionManager } from "./util/SelectionManager";
import { observer } from "mobx-react";
import './DocumentDecorations.scss'
-import { CollectionFreeFormView } from "./views/collections/CollectionFreeFormView";
@observer
export class DocumentDecorations extends React.Component {