Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimKrukovich committed Mar 29, 2024
1 parent fcad096 commit 448aa9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/erc4626/Vault.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {IERC4626} from "./IERC4626.sol";
import {FixedPointMathLib} from "./FixedPointMathLib.sol";
import {SafeTransferLib} from "./SafeTransferLib.sol";
import "../common/safe-HTS/SafeHTS.sol";
import "../common/hedera/IHederaTokenService.sol";
import "../common/safe-HTS/IHederaTokenService.sol";

contract HederaVault is IERC4626 {
using SafeTransferLib for ERC20;
Expand Down

0 comments on commit 448aa9a

Please sign in to comment.