Skip to content

Commit

Permalink
Merge pull request #368 from morpho-labs/refactor/relative-imports
Browse files Browse the repository at this point in the history
Use relative imports
  • Loading branch information
MerlinEgalite authored Aug 19, 2023
2 parents 5e29dd4 + b2aec50 commit 008d549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libraries/periphery/MorphoLib.sol
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// SPDX-License-Identifier: UNLICENSED
pragma solidity ^0.8.0;

import {IMorpho, Id} from "src/Morpho.sol";
import {IMorpho, Id} from "../../Morpho.sol";

library MorphoLib {
function supplyShares(IMorpho morpho, Id id, address user) internal view returns (uint256 res) {
Expand Down

0 comments on commit 008d549

Please sign in to comment.