From 48d40287cd3cf18d0c5a8e82c8d096f204897732 Mon Sep 17 00:00:00 2001 From: highskore Date: Thu, 28 Nov 2024 19:25:12 +0100 Subject: [PATCH] fix: import ExecutionLib --- src/Accounts.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Accounts.sol b/src/Accounts.sol index 3f08e0d9..8034debe 100644 --- a/src/Accounts.sol +++ b/src/Accounts.sol @@ -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";