Skip to content

Commit 9ba6129

Browse files
committed
Changed location
1 parent 88f2265 commit 9ba6129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/list/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Wallet, Network, Chain } from "mintbase";
22
import { useState, useEffect, useRef } from "react";
3-
import { NFTCard } from "./../../components/MintBaseNFT";
3+
import { NFTCard } from "./../../components/NFTCard";
44

55
const ListPage = () => {
66
const [isLoading, setIsLoading] = useState(true);

0 commit comments

Comments
 (0)