diff --git a/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx b/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx index ff46f357f..9f24ca0d9 100644 --- a/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx +++ b/src/Explorer/Graph/GraphExplorerComponent/MiddlePaneComponent.tsx @@ -1,8 +1,8 @@ import * as React from "react"; -import { GraphVizComponent, GraphVizComponentProps } from "./GraphVizComponent"; import CollapseArrowIcon from "../../../../images/Collapse_arrow_14x14.svg"; import ExpandIcon from "../../../../images/Expand_14x14.svg"; import LoadingIndicatorIcon from "../../../../images/LoadingIndicator_3Squares.gif"; +import { GraphVizComponent, GraphVizComponentProps } from "./GraphVizComponent"; interface MiddlePaneComponentProps { isTabsContentExpanded: boolean; @@ -17,7 +17,13 @@ export class MiddlePaneComponent extends React.Component
Graph - +