Change dependency source to work around Truffle limitation (#3218)

This commit is contained in:
JulissaDantes
2022-02-25 10:49:58 -04:00
committed by GitHub
parent 3e74681e77
commit abdb20a6bd
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
pragma solidity ^0.8.0;
import "./IERC165.sol";
import "../utils/introspection/IERC165.sol";
/**
* @dev Interface for the NFT Royalty Standard.