aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-07-30 09:37:38 -0400
committerbob <bcz@cs.brown.edu>2019-07-30 09:37:38 -0400
commit4f0ea3428e1e98d42b356c00f276fe74a6c4a672 (patch)
tree6eff8c9cfc2e7735459fbb2912b61f48a69a071b
parentc8514dc9cabde476368a8c4bd5db8fe625c39028 (diff)
removed TreeView export
-rw-r--r--src/client/views/collections/CollectionTreeView.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionTreeView.tsx b/src/client/views/collections/CollectionTreeView.tsx
index 6cc065342..b1e6eada0 100644
--- a/src/client/views/collections/CollectionTreeView.tsx
+++ b/src/client/views/collections/CollectionTreeView.tsx
@@ -66,7 +66,7 @@ library.add(faPlus, faMinus);
/**
* Component that takes in a document prop and a boolean whether it's collapsed or not.
*/
-export class TreeView extends React.Component<TreeViewProps> {
+class TreeView extends React.Component<TreeViewProps> {
private _header?: React.RefObject<HTMLDivElement> = React.createRef();
private _treedropDisposer?: DragManager.DragDropDisposer;
private _dref = React.createRef<HTMLDivElement>();