Skip to content

Commit 2461f3e

Browse files
committed
refactor(hooks): remove unused sign-in methods from index export
1 parent e6306f0 commit 2461f3e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/expo/src/hooks/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ export {
1111
useReverification,
1212
} from '@clerk/clerk-react';
1313

14-
export * from './useSignInWithApple';
15-
export * from './useSignInWithGoogle';
1614
export * from './useSSO';
1715
export * from './useOAuth';
1816
export * from './useAuth';

0 commit comments

Comments
 (0)