diff options
author | bob <bcz@cs.brown.edu> | 2019-01-29 14:43:42 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-01-29 14:43:42 -0500 |
commit | d8ff5b1effe0db563defc2a6e1391b9b0d160e67 (patch) | |
tree | 7f34bcd53a5732d644ccb8749da5d9258359d5b5 /src/DocumentDecorations.tsx | |
parent | 0a1264837da6de1bd73637307cc9c52678efa20f (diff) |
intermediate state -- things don't resize properly yet.
Diffstat (limited to 'src/DocumentDecorations.tsx')
-rw-r--r-- | src/DocumentDecorations.tsx | 2 |
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 { |