Move all of the web left-nav shell into the header

This commit is contained in:
Paul Frazee
2023-02-23 10:19:21 -06:00
parent 560c6183fb
commit df4c31d602
3 changed files with 154 additions and 190 deletions
-1
View File
@@ -53,7 +53,6 @@ export const WebShell: React.FC = observer(() => {
</ErrorBoundary>
</View>
))}
<DesktopLeftColumn />
<DesktopRightColumn />
<Composer
active={store.shell.isComposerActive}