Browse Source

refactor: use specific symbols in import

Paul Razvan Berg 2 years ago
parent
commit
f6da16a232
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contracts/Greeter.sol

+ 1 - 1
contracts/Greeter.sol

@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: UNLICENSED
 pragma solidity >=0.8.4;
 
-import "hardhat/console.sol";
+import { console } from "hardhat/console.sol";
 
 error GreeterError();