diff --git a/src/HuffConfig.sol b/src/HuffConfig.sol index a6f8b09..338e496 100644 --- a/src/HuffConfig.sol +++ b/src/HuffConfig.sol @@ -2,7 +2,7 @@ pragma solidity >=0.8.13 <0.9.0; import {Vm} from "forge-std/Vm.sol"; -import {strings} from "stringutils/strings.sol"; +import {strings} from "stringutils/src/strings.sol"; contract HuffConfig { using strings for *;