From 20eaac6acd9e7b310ace864f6661c1a0e3ea169b Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 26 Jan 2023 21:54:47 -0600 Subject: Add lightbox for web --- src/view/shell/web/index.tsx | 2 ++ 1 file changed, 2 insertions(+) (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 1059aa280..44a4dd8e5 100644 --- a/src/view/shell/web/index.tsx +++ b/src/view/shell/web/index.tsx @@ -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(() => { ))} + ) // TODO -- cgit 1.4.1