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,8 +3,9 @@
|
||||
|
||||
pragma solidity ^0.8.19;
|
||||
|
||||
import "../ERC721.sol";
|
||||
import "./IERC721Enumerable.sol";
|
||||
import {ERC721} from "../ERC721.sol";
|
||||
import {IERC721Enumerable} from "./IERC721Enumerable.sol";
|
||||
import {IERC165} from "../../../utils/introspection/ERC165.sol";
|
||||
|
||||
/**
|
||||
* @dev This implements an optional extension of {ERC721} defined in the EIP that adds enumerability
|
||||
|
||||
Reference in New Issue
Block a user