diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 81d4a870e..45021da22 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -64,7 +64,6 @@ import {Shell} from '#/view/shell' 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' @@ -157,7 +156,6 @@ function InnerApp() { <IntentDialogProvider> <TestCtrls /> <Shell /> - <NuxDialogs /> </IntentDialogProvider> </GestureHandlerRootView> </HideBottomBarBorderProvider> |