Skip to content

Commit

Permalink
change sm import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zafei-Erin committed Feb 20, 2024
1 parent cc958dd commit aeb4c51
Show file tree
Hide file tree
Showing 7 changed files with 645 additions and 11 deletions.
2 changes: 1 addition & 1 deletion frontend/src/components/ListModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { ethers } from "ethers";
import { ReactNode, useState } from "react";

import { Spinner } from "@/assets";
import NFTMarketPlace from "../../../smart_contract/artifacts/contracts/NFTMarketplace.sol/NFTMarketPlace.json";
import NFTMarketPlace from "@/constant/NFTMarketPlace.json";

type ListModalProps = {
tokenId: number;
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/UpdateListingModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { ethers } from "ethers";
import { ReactNode, useState } from "react";
import useSWR, { Fetcher } from "swr";

import NFTMarketPlace from "../../../smart_contract/artifacts/contracts/NFTMarketplace.sol/NFTMarketPlace.json";
import NFTMarketPlace from "@/constant/NFTMarketPlace.json";

type ListModalProps = {
tokenId: number;
Expand Down
Loading

0 comments on commit aeb4c51

Please sign in to comment.