Skip to content

Commit

Permalink
fix: fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
iykazrji committed Dec 19, 2024
1 parent 8958a88 commit e8b3a5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/react-native-expo-example/app/(tabs)/otp-auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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! } },
Expand Down

0 comments on commit e8b3a5d

Please sign in to comment.