Remove old hardhat-dependency-compiler import

This commit is contained in:
jacque006
2024-07-05 16:29:37 +02:00
parent 43de8a90cb
commit 496c64b5f3

View File

@@ -1,6 +1,5 @@
import { HardhatUserConfig, task, types } from "hardhat/config";
import "@nomicfoundation/hardhat-toolbox";
import "hardhat-dependency-compiler";
import "hardhat-preprocessor";
import fs from "fs";
import dotenv from "dotenv";