Skip to content

Commit

Permalink
imported useMemo
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaji43 committed Oct 13, 2024
1 parent 60f855f commit 90a5f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/courses/intro-to-solana/interact-with-wallets.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ To complete this component, add
ensure proper styling and behavior of the Wallet Adapter library components.

```tsx
import { FC, ReactNode } from "react";
import { FC, ReactNode, useMemo } from "react";
import {
ConnectionProvider,
WalletProvider,
Expand Down

0 comments on commit 90a5f71

Please sign in to comment.