Add lightbox for web

This commit is contained in:
Paul Frazee 2023-01-26 21:54:47 -06:00
parent 883d5749ed
commit 20eaac6acd
2 changed files with 123 additions and 0 deletions

View file

@ -8,6 +8,7 @@ import {DesktopRightColumn} from './right-column'
import {Onboard} from '../../screens/Onboard'
import {Login} from '../../screens/Login'
import {ErrorBoundary} from '../../com/util/ErrorBoundary'
import {Lightbox} from '../../com/lightbox/Lightbox'
import {usePalette} from '../../lib/hooks/usePalette'
import {s} from '../../lib/styles'
@ -46,6 +47,7 @@ export const WebShell: React.FC = observer(() => {
))}
<DesktopLeftColumn />
<DesktopRightColumn />
<Lightbox />
</View>
)
// TODO