Skip to content

Commit

Permalink
fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrishang committed Mar 1, 2024
1 parent 5d938e5 commit ea3dce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/benchmark/ERC1155CoreBenchmark.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { Merkle } from "@murky/Merkle.sol";

import {CloneFactory} from "src/infra/CloneFactory.sol";
import {MinimalUpgradeableRouter} from "src/infra/MinimalUpgradeableRouter.sol";
import {MockOneHookImpl, MockFourHookImpl} from "test/mocks/mockHookImpl.sol";
import {MockOneHookImpl, MockFourHookImpl} from "test/mocks/MockHookImpl.sol";

import {ERC1155Core, ERC1155Initializable} from "src/core/token/ERC1155Core.sol";
import {AllowlistMintHookERC1155} from "src/hook/mint/AllowlistMintHookERC1155.sol";
Expand Down

0 comments on commit ea3dce1

Please sign in to comment.