Skip to content

Commit

Permalink
Small Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan812 committed Jun 30, 2024
1 parent fee40d0 commit 61fd20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/services/frames.ts
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 61fd20b

Please sign in to comment.