Skip to content

Commit

Permalink
removed LegacyMap added Map
Browse files Browse the repository at this point in the history
  • Loading branch information
gerceboss committed Aug 5, 2024
1 parent 9804882 commit ca1eddc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ pub mod ERC721URIStorageComponent {
use openzeppelin::token::erc721::ERC721Component::InternalImpl as ERC721Impl;
use openzeppelin::token::erc721::interface::IERC721Metadata;
use openzeppelin::token::erc721::{ERC721Component, ERC721HooksEmptyImpl};
use starknet::storage::Map;
use starknet::ContractAddress;

#[storage]
Expand Down

0 comments on commit ca1eddc

Please sign in to comment.