Add lightbox for web
This commit is contained in:
parent
883d5749ed
commit
20eaac6acd
2 changed files with 123 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue