Skip to content

Commit d35b919

Browse files
authored
Merge pull request #5171 from sambacha/patch-2
fix(ts): import type adjustments
2 parents 13333d9 + c37c66c commit d35b919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hardhat-core/sample-projects/typescript-viem/hardhat.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { HardhatUserConfig } from "hardhat/config";
1+
import type { HardhatUserConfig } from "hardhat/config";
22
import "@nomicfoundation/hardhat-toolbox-viem";
33

44
const config: HardhatUserConfig = {

0 commit comments

Comments
 (0)