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 9bf48ed595
commit 5f92180058
3 changed files with 154 additions and 190 deletions

View file

@ -53,7 +53,6 @@ export const WebShell: React.FC = observer(() => {
</ErrorBoundary>
</View>
))}
<DesktopLeftColumn />
<DesktopRightColumn />
<Composer
active={store.shell.isComposerActive}