Add left column of web shell

This commit is contained in:
Paul Frazee
2023-01-26 19:06:46 -06:00
parent 6b457d8d04
commit bd8c7ab106
6 changed files with 129 additions and 69 deletions
+2 -1
View File
@@ -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