From fc2bd72ba004a5cc6d7d178c0b7ec93fa0ed2646 Mon Sep 17 00:00:00 2001 From: Iyk Azorji Date: Thu, 19 Dec 2024 13:08:58 -0500 Subject: [PATCH] fix: fix imports --- examples/react-native-expo-example/app/(tabs)/otp-auth.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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! } },