Skip to content

Commit

Permalink
chore: correct import path
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Jul 19, 2024
1 parent f00b8a5 commit ab9dfdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interfaces/ISablierV2MerkleLT.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pragma solidity >=0.8.22;
import { ISablierV2LockupTranched } from "@sablier/v2-core/src/interfaces/ISablierV2LockupTranched.sol";

import { ISablierV2MerkleLockup } from "./ISablierV2MerkleLockup.sol";
import { MerkleLT } from "./../types/DataTypes.sol";
import { MerkleLT } from "../types/DataTypes.sol";

/// @title ISablierV2MerkleLT
/// @notice MerkleLockup campaign that creates LockupTranched streams.
Expand Down

0 comments on commit ab9dfdd

Please sign in to comment.