Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Revert "Remove unused IterableMappingAddr import from LibAccounts"
Browse files Browse the repository at this point in the history
This reverts commit 4b7c78f.
  • Loading branch information
0xNeshi committed Sep 15, 2023
1 parent 98756ce commit 9c6a062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/core/accounts/lib/LibAccounts.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.19;

import {IterableMappingAddr} from "../../../lib/IterableMappingAddr.sol";
import {AccountStorage} from "../storage.sol";

library LibAccounts {
Expand Down

0 comments on commit 9c6a062

Please sign in to comment.