update interfaces

This commit is contained in:
2025-12-22 14:46:35 +08:00
parent 0024e7adb1
commit b927acf3b7
17 changed files with 13 additions and 15 deletions

View File

@@ -11,8 +11,8 @@ import "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol";
import "./LendingStorage.sol";
import "./LendingMath.sol";
import "./interfaces/ILending.sol";
import "./interfaces/IPriceFeed.sol";
import "../interfaces/ILending.sol";
import "../interfaces/IPriceFeed.sol";
/**
* @title Lending