diff --git a/packages/nextjs/services/frames.ts b/packages/nextjs/services/frames.ts index cf0952a..7fbf05f 100644 --- a/packages/nextjs/services/frames.ts +++ b/packages/nextjs/services/frames.ts @@ -1,6 +1,6 @@ +import { initJourneyWithFrames } from "./frames/initScript"; import { EAS, SchemaEncoder } from "@ethereum-attestation-service/eas-sdk"; import { ethers } from "ethers"; -import { initJourneyWithFrames } from "./frames/initScript"; import { APP_URL } from "~~/constants"; import { Frame, Journey } from "~~/types/commontypes";