diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 10:19:21 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-02-23 10:19:21 -0600 |
commit | 5f921800580b69a52b23d211b19c72d5d7ee0ef7 (patch) | |
tree | 2ac71494f30cd6df59fc1f9cfbdb39671e98ffc0 /src/view/shell/web/index.tsx | |
parent | 9bf48ed5953bfa25d44f88472bbf56baf3fd634b (diff) | |
download | voidsky-5f921800580b69a52b23d211b19c72d5d7ee0ef7.tar.zst |
Move all of the web left-nav shell into the header
Diffstat (limited to 'src/view/shell/web/index.tsx')
-rw-r--r-- | src/view/shell/web/index.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/shell/web/index.tsx b/src/view/shell/web/index.tsx index 44f958be8..4a4bde817 100644 --- a/src/view/shell/web/index.tsx +++ b/src/view/shell/web/index.tsx @@ -53,7 +53,6 @@ export const WebShell: React.FC = observer(() => { </ErrorBoundary> </View> ))} - <DesktopLeftColumn /> <DesktopRightColumn /> <Composer active={store.shell.isComposerActive} |