about summary refs log tree commit diff
path: root/src/view/shell/web/index.tsx
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-26 19:06:46 -0600
committerPaul Frazee <pfrazee@gmail.com>2023-01-26 19:06:46 -0600
commitc24d0254bcb13c49793b80b5357ec4cd2ca4688f (patch)
treec5311882d23a9ba6c3bbf6553fe984318e183894 /src/view/shell/web/index.tsx
parent20ccb03427f5be5b640fb72eb0b0e5bdc1f4103e (diff)
downloadvoidsky-c24d0254bcb13c49793b80b5357ec4cd2ca4688f.tar.zst
Add left column of web shell
Diffstat (limited to 'src/view/shell/web/index.tsx')
-rw-r--r--src/view/shell/web/index.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/view/shell/web/index.tsx b/src/view/shell/web/index.tsx
index c7bfeff19..93ae92824 100644
--- a/src/view/shell/web/index.tsx
+++ b/src/view/shell/web/index.tsx
@@ -3,7 +3,7 @@ import {observer} from 'mobx-react-lite'
 import {View, StyleSheet, Text} from 'react-native'
 import {useStores} from '../../../state'
 import {match, MatchResult} from '../../routes'
-// import {DesktopLeftColumn} from './left-column'
+import {DesktopLeftColumn} from './left-column'
 // import {DesktopRightColumn} from './right-column'
 import {Login} from '../../screens/Login'
 import {ErrorBoundary} from '../../com/util/ErrorBoundary'
@@ -34,6 +34,7 @@ export const WebShell: React.FC = observer(() => {
           </ErrorBoundary>
         </View>
       ))}
+      <DesktopLeftColumn />
     </View>
   )
   // TODO