diff options
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index beb86c90e..b706774fd 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -54,6 +54,7 @@ import {Shell} from '#/view/shell/index' import {ThemeProvider as Alf} from '#/alf' import {useColorModeTheme} from '#/alf/util/useColorModeTheme' import {Provider as ContextMenuProvider} from '#/components/ContextMenu' +import {NuxDialogs} from '#/components/dialogs/nuxs' import {useStarterPackEntry} from '#/components/hooks/useStarterPackEntry' import {Provider as IntentDialogProvider} from '#/components/intents/IntentDialogs' import {Provider as PortalProvider} from '#/components/Portal' @@ -134,6 +135,7 @@ function InnerApp() { <HideBottomBarBorderProvider> <IntentDialogProvider> <Shell /> + <NuxDialogs /> </IntentDialogProvider> </HideBottomBarBorderProvider> </ServiceConfigProvider> |