Skip to content

Commit

Permalink
refactor: cleanup cicular dependency (replace with type)
Browse files Browse the repository at this point in the history
  • Loading branch information
iluxonchik committed Jan 8, 2024
1 parent ec889d7 commit 3a22544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/api/models/ZKPublicKey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Field, Poseidon, PublicKey } from "o1js";
import { ZKLocusAdopter } from "../adopters/Interfaces";
import ZKPublicKeyToPublicKeyAdopter from "../adopters/ZKPublicKeyToPublicKeyAdopter";
import { ZKKeyPair } from "./ZKKeyPair";
import { ZKPrivateKey } from "./ZKPrivateKey";
import type { ZKPrivateKey } from "./ZKPrivateKey";



Expand Down

0 comments on commit 3a22544

Please sign in to comment.