import * as React from 'react' import ReactSplitPane from 'react-split-pane' import { Sidebar } from './Sidebar' import Tree from './Tree/Tree' export default function ContentView(props: {heightProperty: any, paneDefaults: any, connectionId: any}) { return (
) }