Skip to content

Commit 3bd5417

Browse files
author
Yash Agrawal
committed
fix(compilation): update imports
1 parent 1669b34 commit 3bd5417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import '@typechain/hardhat'
22
import '@nomiclabs/hardhat-ethers'
33
import '@nomiclabs/hardhat-waffle'
44
import '@nomiclabs/hardhat-etherscan'
5-
import { type HardhatUserConfig } from 'hardhat/config'
5+
import type { HardhatUserConfig } from 'hardhat/config'
66
import * as dotenv from 'dotenv'
77

88
dotenv.config()

0 commit comments

Comments
 (0)