We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88f2265 commit 9ba6129Copy full SHA for 9ba6129
pages/list/index.js
@@ -1,6 +1,6 @@
1
import { Wallet, Network, Chain } from "mintbase";
2
import { useState, useEffect, useRef } from "react";
3
-import { NFTCard } from "./../../components/MintBaseNFT";
+import { NFTCard } from "./../../components/NFTCard";
4
5
const ListPage = () => {
6
const [isLoading, setIsLoading] = useState(true);
0 commit comments