From ab9dfdd5501749aa5efa3a90bb5d9b91707dd247 Mon Sep 17 00:00:00 2001 From: andreivladbrg Date: Fri, 19 Jul 2024 15:23:32 +0300 Subject: [PATCH] chore: correct import path --- src/interfaces/ISablierV2MerkleLT.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interfaces/ISablierV2MerkleLT.sol b/src/interfaces/ISablierV2MerkleLT.sol index d64a082f..96a0d0c5 100644 --- a/src/interfaces/ISablierV2MerkleLT.sol +++ b/src/interfaces/ISablierV2MerkleLT.sol @@ -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.