We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a500f commit 2b128a3Copy full SHA for 2b128a3
src/loan/token/pwn_loan.cairo
@@ -18,7 +18,9 @@ pub trait IPwnLoadMetadataProvider<TState> {
18
#[starknet::contract]
19
mod PwnLoan {
20
use openzeppelin::introspection::src5::SRC5Component;
21
- use openzeppelin::token::erc721::{erc721::{ERC721Component, ERC721HooksEmptyImpl}, interface::IERC721_ID};
+ use openzeppelin::token::erc721::{
22
+ erc721::{ERC721Component, ERC721HooksEmptyImpl}, interface::IERC721_ID
23
+ };
24
use pwn::hub::{pwn_hub_tags, pwn_hub::{IPwnHubDispatcher, IPwnHubDispatcherTrait}};
25
use starknet::{ContractAddress, get_caller_address, contract_address_const};
26
use super::{IPwnLoadMetadataProviderDispatcher, IPwnLoadMetadataProviderDispatcherTrait};
0 commit comments