diff --git a/examples/react-native-expo-example/app/(tabs)/otp-auth.tsx b/examples/react-native-expo-example/app/(tabs)/otp-auth.tsx index 3f78658be5..4f55f6292c 100644 --- a/examples/react-native-expo-example/app/(tabs)/otp-auth.tsx +++ b/examples/react-native-expo-example/app/(tabs)/otp-auth.tsx @@ -15,8 +15,7 @@ import { createLightAccountAlchemyClient, LightAccount, } from "@account-kit/smart-contracts"; -import { sepolia } from "@account-kit/infra"; -import { alchemy } from "@account-kit/infra"; +import { sepolia, alchemy } from "@account-kit/infra"; const signer = RNAlchemySigner({ client: { connection: { apiKey: API_KEY! } },