Skip to content

Commit 431f861

Browse files
committed
uncommented legacy workspace for development
1 parent 4b37278 commit 431f861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components-v2/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const App = () => {
4141
{/* <WorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} /> */}
4242
<HistoryOrWorkspaceContainer currentWorkspaceId={currentWorkspaceId} setWorkspace={setWorkspace} />
4343
{/* Legacy workspace. */}
44-
{/* <ContentsContainer /> */}
44+
<ContentsContainer />
4545
<Divider orientation="vertical"/>
4646
{/* New MUI main container. */}
4747
<MainContainer currentWorkspaceId={currentWorkspaceId} />

0 commit comments

Comments
 (0)