File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
contracts/nft/erc721m/clones Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// SPDX-License-Identifier: MIT
2
2
pragma solidity ^ 0.8.22 ;
3
3
4
- import {IERC2981 } from "@openzeppelin/contracts/interfaces/IERC2981.sol " ;
5
-
6
4
import {ERC2981 } from "solady/src/tokens/ERC2981.sol " ;
7
5
import {Ownable} from "solady/src/auth/Ownable.sol " ;
8
6
9
7
import {IERC721A } from "erc721a/contracts/IERC721A.sol " ;
10
8
11
9
import {ERC721AConduitPreapprovedCloneable } from "./ERC721AConduitPreapprovedCloneable.sol " ;
12
10
import {ERC721ACloneable } from "./ERC721ACloneable.sol " ;
13
- import {ERC721AQueryableCloneable } from "./ERC721AQueryableCloneable.sol " ;
14
11
import {IERC721MagicDropMetadata } from "../interfaces/IERC721MagicDropMetadata.sol " ;
15
12
16
13
/// @title ERC721MagicDropMetadataCloneable
You can’t perform that action at this time.
0 commit comments