0xsequence / erc-1155

Ethereum Semi Fungible Standard (ERC-1155)
https://sequence.build
Other
320 stars 119 forks source link

not found when trying to import Ownable #75

Closed zendevil closed 3 years ago

zendevil commented 3 years ago

I'm trying to import Ownable.sol as follows:

import "@0xsequence/erc-1155/contracts/utils/Ownable.sol";

But I'm getting this error:

project:/contracts/ERC1155Tradeable.sol:2:1: ParserError: Source "@0xsequence/erc-1155/contracts/contracts/utils/Ownable.sol" not found: File import callback not supported
import "@0xsequence/erc-1155/contracts/contracts/utils/Ownable.sol";

How to fix this?