File tree Expand file tree Collapse file tree 3 files changed +3
-13
lines changed
Expand file tree Collapse file tree 3 files changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ import { FrameUI } from "./frame-ui";
1818import { useToast } from "@/components/ui/use-toast" ;
1919import { ToastAction } from "@radix-ui/react-toast" ;
2020import Link from "next/link" ;
21- import { useDebuggerFrameState } from "@frames.js/render/unstable-use-debugger-frame-state" ;
2221import { useFarcasterIdentity } from "../hooks/useFarcasterIdentity" ;
2322import { useAccount } from "wagmi" ;
2423import { FrameStackDone } from "@frames.js/render/unstable-types" ;
24+ import { useDebuggerFrameState } from "../hooks/useDebuggerFrameState" ;
2525
2626type CastComposerProps = {
2727 composerAction : Partial < ComposerActionResponse > ;
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import type {
22 FrameState ,
33 FrameStateAPI ,
44 UseFrameStateOptions ,
5- } from ". /unstable-types" ;
6- import { useFrameState } from ". /unstable-use-frame-state" ;
5+ } from "@frames.js/render /unstable-types" ;
6+ import { useFrameState } from "@frames.js/render /unstable-use-frame-state" ;
77
88function computeDurationInSeconds ( start : Date , end : Date ) : number {
99 return Number ( ( ( end . getTime ( ) - start . getTime ( ) ) / 1000 ) . toFixed ( 2 ) ) ;
Original file line number Diff line number Diff line change 140140 "default" : " ./dist/use-composer-action.cjs"
141141 }
142142 },
143- "./unstable-use-debugger-frame-state" : {
144- "import" : {
145- "types" : " ./dist/unstable-use-debugger-frame-state.d.ts" ,
146- "default" : " ./dist/unstable-use-debugger-frame-state.js"
147- },
148- "require" : {
149- "types" : " ./dist/unstable-use-debugger-frame-state.d.cts" ,
150- "default" : " ./dist/unstable-use-debugger-frame-state.cjs"
151- }
152- },
153143 "./unstable-use-frame-state" : {
154144 "import" : {
155145 "types" : " ./dist/unstable-use-frame-state.d.ts" ,
You can’t perform that action at this time.
0 commit comments