Skip to content

Commit

Permalink
file import name correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ihsraham committed Oct 23, 2023
1 parent 458395a commit 07f0c5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/content-hub/guides/react-native-expo-auth0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ communityPortalTopicId: 60
import Auth0Prerequisites from "@site/src/common/guides/_auth0-prerequisites.mdx";
import Auth0Setup from "@site/src/common/guides/_auth0-setup.mdx";
import Auth0VerifierSetup from "@site/src/common/guides/_auth0-verifier-setup.mdx";
import RNExpoDeepLink from "@site/src/common/guides/_rn-expo-deeplink.mdx";
import SetupWeb3AuthDashboard from "@site/src/common/guides/_setup-web3auth-dashboard.mdx";
import Web3AuthPrerequisites from "@site/src/common/guides/_web3auth-prerequisites.mdx";
import ReactNativeResponse from "@site/src/common/sdk/pnp/react-native/_get-user-info.mdx";
import RNExpoDeepLink from "@site/src/common/sdk/pnp/react-native/_rn-expo-deep-link.mdx";
import SEO from "@site/src/components/SEO";

<SEO
Expand Down
2 changes: 1 addition & 1 deletion src/pages/content-hub/guides/react-native-expo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ order: 14
communityPortalTopicId: 61
---

import RNExpoDeepLink from "@site/src/common/guides/_rn-expo-deeplink.mdx";
import SetupWeb3AuthDashboard from "@site/src/common/guides/_setup-web3auth-dashboard.mdx";
import Web3AuthPrerequisites from "@site/src/common/guides/_web3auth-prerequisites.mdx";
import ReactNativeResponse from "@site/src/common/sdk/pnp/react-native/_get-user-info.mdx";
import RNExpoDeepLink from "@site/src/common/sdk/pnp/react-native/_rn-expo-deep-link.mdx";
import SEO from "@site/src/components/SEO";

<SEO
Expand Down

0 comments on commit 07f0c5f

Please sign in to comment.