diff options
| author | bobzel <zzzman@gmail.com> | 2021-02-21 19:40:38 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-02-21 19:40:38 -0500 |
| commit | dcf0389b770b06a04a45b4aedd62bf455d7848e7 (patch) | |
| tree | 3153b4dd79c61318fe27391943055690b7056b63 /src/client/views/collections/TreeView.tsx | |
| parent | 1c1b00e5e164ae82275e03b488a5a81eb1721234 (diff) | |
fixed compile warnings.
Diffstat (limited to 'src/client/views/collections/TreeView.tsx')
| -rw-r--r-- | src/client/views/collections/TreeView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/TreeView.tsx b/src/client/views/collections/TreeView.tsx index c0d3be96c..0f69602fa 100644 --- a/src/client/views/collections/TreeView.tsx +++ b/src/client/views/collections/TreeView.tsx @@ -32,7 +32,6 @@ import { CollectionTreeView } from './CollectionTreeView'; import { CollectionView, CollectionViewType } from './CollectionView'; import "./TreeView.scss"; import React = require("react"); -import { ContextMenu } from '../ContextMenu'; export interface TreeViewProps { document: Doc; |
