diff options
author | Eric Bailey <git@esb.lol> | 2024-09-11 20:01:27 -0500 |
---|---|---|
committer | Eric Bailey <git@esb.lol> | 2024-09-11 20:01:27 -0500 |
commit | 63444052e8db9d2333b887a5ba5fd261e7df52db (patch) | |
tree | ef2fde6d2ab21bcbdbac030734e81d349ead2651 /src/App.web.tsx | |
parent | 77d60a5b8047c2a4b18206e99d89d25222b4601c (diff) | |
download | voidsky-63444052e8db9d2333b887a5ba5fd261e7df52db.tar.zst |
Rename
Diffstat (limited to 'src/App.web.tsx')
-rw-r--r-- | src/App.web.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.web.tsx b/src/App.web.tsx index 79120ffdb..ff9944fa4 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -46,11 +46,11 @@ import {ToastContainer} from '#/view/com/util/Toast.web' import {Shell} from '#/view/shell/index' import {ThemeProvider as Alf} from '#/alf' import {useColorModeTheme} from '#/alf/util/useColorModeTheme' +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' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' -import {NudgeDialogs} from '#/components/dialogs/nudges' function InnerApp() { const [isReady, setIsReady] = React.useState(false) @@ -114,7 +114,7 @@ function InnerApp() { <SafeAreaProvider> <ProgressGuideProvider> <Shell /> - <NudgeDialogs /> + <NuxDialogs /> </ProgressGuideProvider> </SafeAreaProvider> </MutedThreadsProvider> |