We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b37278 commit 431f861Copy full SHA for 431f861
src/client/components-v2/App.tsx
@@ -41,7 +41,7 @@ const App = () => {
41
{/* <WorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} /> */}
42
<HistoryOrWorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} />
43
{/* Legacy workspace. */}
44
- {/* <ContentsContainer /> */}
+ <ContentsContainer />
45
<Divider orientation="vertical"/>
46
{/* New MUI main container. */}
47
<MainContainer currentWorkspaceId={currentWorkspaceId} />
0 commit comments