Add lightbox for web
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user