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.native.tsx | |
parent | 77d60a5b8047c2a4b18206e99d89d25222b4601c (diff) | |
download | voidsky-63444052e8db9d2333b887a5ba5fd261e7df52db.tar.zst |
Rename
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index 95625bdff..83f133e99 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -57,13 +57,13 @@ import * as Toast from '#/view/com/util/Toast' import {Shell} from '#/view/shell' 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 {Splash} from '#/Splash' import {BackgroundNotificationPreferencesProvider} from '../modules/expo-background-notification-handler/src/BackgroundNotificationHandlerProvider' import {AudioCategory, PlatformInfo} from '../modules/expo-bluesky-swiss-army' -import {NudgeDialogs} from '#/components/dialogs/nudges' SplashScreen.preventAutoHideAsync() @@ -132,7 +132,7 @@ function InnerApp() { style={s.h100pct}> <TestCtrls /> <Shell /> - <NudgeDialogs /> + <NuxDialogs /> </GestureHandlerRootView> </ProgressGuideProvider> </MutedThreadsProvider> |