feat: update frame-* libraries to miniapp-*

This commit is contained in:
veganbeef
2025-07-08 21:13:01 -07:00
parent f898e23299
commit 5dcdd05c0a
12 changed files with 14 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
import { useCallback, useState } from "react";
import { signIn, signOut, getCsrfToken } from "next-auth/react";
import sdk, { SignIn as SignInCore } from "@farcaster/frame-sdk";
import sdk, { SignIn as SignInCore } from "@farcaster/miniapp-sdk";
import { useSession } from "next-auth/react";
import { Button } from "../Button";