diff options
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index b706774fd..beb86c90e 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -54,7 +54,6 @@ 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' @@ -135,7 +134,6 @@ function InnerApp() { <HideBottomBarBorderProvider> <IntentDialogProvider> <Shell /> - <NuxDialogs /> </IntentDialogProvider> </HideBottomBarBorderProvider> </ServiceConfigProvider> |