Skip to content

Commit

Permalink
docs: remove unnecessary code (#1313)
Browse files Browse the repository at this point in the history
  • Loading branch information
Now-Sprouting authored Jan 6, 2025
1 parent 005af51 commit 8cf5a4f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/course/dev-connect.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,6 @@ import { WagmiWeb3ConfigProvider } from "@ant-design/web3-wagmi";
- import { Address } from "@ant-design/web3";
+ import { Address, NFTCard } from "@ant-design/web3";

const config = createConfig({
chains: [mainnet],
transports: {
[mainnet.id]: http(),
},
});

export default function Web3() {
return (
<WagmiWeb3ConfigProvider>
Expand Down

0 comments on commit 8cf5a4f

Please sign in to comment.