function SplitPane(props) { return (
{props.left}
{props.right}
);}function App() { return (} right={} /> );}