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

@@ -5,7 +5,7 @@ import { useMiniApp } from "@neynar/react";
import { ShareButton } from "../Share";
import { Button } from "../Button";
import { SignIn } from "../wallet/SignIn";
import { type Haptics } from "@farcaster/frame-sdk";
import { type Haptics } from "@farcaster/miniapp-sdk";
/**
* ActionsTab component handles mini app actions like sharing, notifications, and haptic feedback.