diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-09-29 22:51:21 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-09-29 22:51:21 -0400 |
commit | 4643ee692e8d1913918a104e576eb71fb20f7130 (patch) | |
tree | 6171fcad1f78844cf97f4ed4da7f1472022a49f4 /src/client/views/DocumentButtonBar.tsx | |
parent | 0ae9a7f6acbdf6ecade8d349981e8d6badef7ff9 (diff) | |
parent | 70a46647b00849ece22a172aeaa886eb02e94706 (diff) |
fixed pdf uploading. merged.
Diffstat (limited to 'src/client/views/DocumentButtonBar.tsx')
-rw-r--r-- | src/client/views/DocumentButtonBar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/DocumentButtonBar.tsx b/src/client/views/DocumentButtonBar.tsx index 9ca54f738..338f6b83e 100644 --- a/src/client/views/DocumentButtonBar.tsx +++ b/src/client/views/DocumentButtonBar.tsx @@ -23,7 +23,6 @@ import React = require("react"); import { DocumentView } from './nodes/DocumentView'; import { ParentDocSelector } from './collections/ParentDocumentSelector'; import { CollectionDockingView } from './collections/CollectionDockingView'; -import { DocumentDecorations } from './DocumentDecorations'; const higflyout = require("@hig/flyout"); export const { anchorPoints } = higflyout; export const Flyout = higflyout.default; |