From c24d0254bcb13c49793b80b5357ec4cd2ca4688f Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 26 Jan 2023 19:06:46 -0600 Subject: Add left column of web shell --- src/view/shell/web/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/view/shell/web/index.tsx') 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(() => { ))} + ) // TODO -- cgit 1.4.1