We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c79fa commit 39afe25Copy full SHA for 39afe25
1 file changed
packages/react/src/internal.ts
@@ -1,11 +1,11 @@
1
+import { useOAuthConsent as useOAuthConsentOriginal } from '@clerk/shared/react';
2
import type { InternalClerkScriptProps } from '@clerk/shared/types';
3
import type { Ui } from '@clerk/ui/internal';
4
import type React from 'react';
5
6
import { OAuthConsent as OAuthConsentOriginal } from './components/uiComponents';
7
import { ClerkProvider } from './contexts/ClerkProvider';
8
import type { ClerkProviderProps } from './types';
-import { useOAuthConsent as useOAuthConsentOriginal } from '@clerk/shared/react';
9
10
export { setErrorThrowerOptions } from './errors/errorThrower';
11
export { MultisessionAppSupport } from './components/controlComponents';
0 commit comments