Skip to content

Commit

Permalink
Add back import for transitive imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hayesgm committed Sep 12, 2024
1 parent a3f4cd9 commit 3d8b4dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/quark-core/src/QuarkWallet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {CodeJar} from "codejar/src/CodeJar.sol";

import {QuarkNonceManager} from "quark-core/src/QuarkNonceManager.sol";
import {IHasSignerExecutor} from "quark-core/src/interfaces/IHasSignerExecutor.sol";
import {IQuarkWallet} from "quark-core/src/interfaces/IQuarkWallet.sol";

/**
* @title Quark Wallet Metadata
Expand Down

0 comments on commit 3d8b4dd

Please sign in to comment.