Skip to content

Commit

Permalink
refactor(zkappWorkerClient.ts): remove unused imports to optimize cod…
Browse files Browse the repository at this point in the history
…e and improve readability
  • Loading branch information
ymekuria committed Oct 9, 2024
1 parent b992e83 commit 1ca1e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Field, PublicKey, fetchAccount } from 'o1js';
import { Field } from 'o1js';
import * as Comlink from "comlink";

export default class ZkappWorkerClient {
Expand Down

0 comments on commit 1ca1e7d

Please sign in to comment.