Skip to content

Commit

Permalink
fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Nov 25, 2024
1 parent 589cf5b commit e62f68b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/contract.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as root from "./sdk"
import * as decode from "./decode/decode.js"
import * as encode from "./encode/encode"
import * as interaction from "./interaction/interaction"
import * as send from "./send/send"
import * as send from "./transport/send"
import * as template from "@onflow/util-template"

const interfaceContract =
Expand Down

0 comments on commit e62f68b

Please sign in to comment.