Skip to content

Commit

Permalink
Merge pull request #69 from AElfProject/feat/upgrade-contract-viewer
Browse files Browse the repository at this point in the history
fix: resolved build error
  • Loading branch information
aelf-lxy authored Nov 26, 2024
2 parents 0ebf187 + 3d6be9d commit a20a1a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/contract-viewer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import { useSearchParams } from "react-router-dom";
import { useWallet } from "@/data/wallet";
// @ts-ignore
import { ContractView } from "aelf-smartcontract-viewer";
import { useTheme } from "@/components/providers/theme-provider";

Expand Down

0 comments on commit a20a1a5

Please sign in to comment.