We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9804882 commit ca1eddcCopy full SHA for ca1eddc
packages/token/src/erc721/extensions/erc721_uri_storage.cairo
@@ -11,6 +11,7 @@ pub mod ERC721URIStorageComponent {
11
use openzeppelin::token::erc721::ERC721Component::InternalImpl as ERC721Impl;
12
use openzeppelin::token::erc721::interface::IERC721Metadata;
13
use openzeppelin::token::erc721::{ERC721Component, ERC721HooksEmptyImpl};
14
+ use starknet::storage::Map;
15
use starknet::ContractAddress;
16
17
#[storage]
0 commit comments