Explorar o código

refactor: use specific symbols in import

Paul Razvan Berg %!s(int64=2) %!d(string=hai) anos
pai
achega
f6da16a232
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();