diff --git a/src/App.tsx b/src/App.tsx index 1bb6ac7..48677b6 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -119,31 +119,40 @@ const App = () => { return ( - - - - {loading ? ( -
- -
- ) : ( - - + + + {loading ? ( +
+ +
+ ) : ( + + + {/* Left Pane */}
@@ -168,41 +177,47 @@ const App = () => {
- - } - rightPane={} - initialLeftWidth={66} - minLeftWidth={30} - minRightWidth={30} -/> +
-
- } - /> - }> - } /> - } /> - } /> - } /> - -
- )} -
-