Use explicit imports (#4399)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: ernestognw <ernestognw@gmail.com>
This commit is contained in:
@ -3,9 +3,9 @@
|
||||
|
||||
pragma solidity ^0.8.19;
|
||||
|
||||
import "./ECDSA.sol";
|
||||
import "../ShortStrings.sol";
|
||||
import "../../interfaces/IERC5267.sol";
|
||||
import {ECDSA} from "./ECDSA.sol";
|
||||
import {ShortStrings, ShortString} from "../ShortStrings.sol";
|
||||
import {IERC5267} from "../../interfaces/IERC5267.sol";
|
||||
|
||||
/**
|
||||
* @dev https://eips.ethereum.org/EIPS/eip-712[EIP 712] is a standard for hashing and signing of typed structured data.
|
||||
|
||||
Reference in New Issue
Block a user