refactor: 💡 changed global imports to specific

pull/4869/head
Oleh Hryb 1 year ago
parent f28b21bd10
commit 60dd533edf
  1. 4
      contracts/token/common/ERC5169.sol

@ -3,8 +3,8 @@
pragma solidity ^0.8.20;
import "../../utils/introspection/ERC165.sol";
import "./IERC5169.sol";
import {ERC165} from "../../utils/introspection/ERC165.sol";
import {IERC5169} from "./IERC5169.sol";
/**
* Tokenscript is a framework designed to make contract interaction easy.

Loading…
Cancel
Save