Skip to content

Commit

Permalink
fix: import ExecutionLib
Browse files Browse the repository at this point in the history
  • Loading branch information
highskore committed Nov 28, 2024
1 parent ea80c7d commit 48d4028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Accounts.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
pragma solidity >=0.8.23 <0.9.0;

/* solhint-disable no-unused-import */
import { Execution } from "src/accounts/erc7579/lib/ExecutionLib.sol";
import { Execution, ExecutionLib } from "src/accounts/erc7579/lib/ExecutionLib.sol";
import { IERC7579Account } from "src/accounts/common/interfaces/IERC7579Account.sol";

0 comments on commit 48d4028

Please sign in to comment.