From db80f6e424cdfadcb3d05536b5ab9101515b802a Mon Sep 17 00:00:00 2001 From: Hailey Date: Mon, 15 Apr 2024 02:25:04 -0700 Subject: [PATCH] changes --- src/screens/Login/hooks/useLogin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Login/hooks/useLogin.ts b/src/screens/Login/hooks/useLogin.ts index 89cc9528f8..1aa01b040d 100644 --- a/src/screens/Login/hooks/useLogin.ts +++ b/src/screens/Login/hooks/useLogin.ts @@ -10,7 +10,7 @@ import { OAUTH_RESPONSE_TYPES, OAUTH_SCOPE, } from 'lib/oauth' -import {RNOAuthClientFactory} from '../../../../modules/expo-bluesky-oauth-client' +import {RNOAuthClientFactory} from '../../../../modules/expo-bluesky-oauth-client/src/react-native-oauth-client-factory.native' // Service URL here is just a placeholder, this isn't how it will actually work export function useLogin() {