Skip to content

Commit 39afe25

Browse files
committed
chore: fix deprecation
1 parent c7c79fa commit 39afe25

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/internal.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1+
import { useOAuthConsent as useOAuthConsentOriginal } from '@clerk/shared/react';
12
import type { InternalClerkScriptProps } from '@clerk/shared/types';
23
import type { Ui } from '@clerk/ui/internal';
34
import type React from 'react';
45

56
import { OAuthConsent as OAuthConsentOriginal } from './components/uiComponents';
67
import { ClerkProvider } from './contexts/ClerkProvider';
78
import type { ClerkProviderProps } from './types';
8-
import { useOAuthConsent as useOAuthConsentOriginal } from '@clerk/shared/react';
99

1010
export { setErrorThrowerOptions } from './errors/errorThrower';
1111
export { MultisessionAppSupport } from './components/controlComponents';

0 commit comments

Comments
 (0)