**Describe the bug:** In `https://www.soldev.app/course/interact-with-wallets` `3. Wrap the app in context providers` has a code snippet looks like ``` import { FC, ReactNode } from "react"; const WalletContextProvider: FC<{ children: ReactNode }> = ({ children }) => { return ( )); }; export default WalletContextProvider; ``` in the six line , there are two brackets **Steps to reproduce the behavior:** **Expected behavior:** just need one bracket **Screenshots:** <!-- If applicable, add screenshots to help explain your problem. --> **Additional context:** <!--Add any other context about the problem here. -->
Describe the bug:
In
https://www.soldev.app/course/interact-with-wallets3. Wrap the app in context providershas a code snippet looks likein the six line , there are two brackets
Steps to reproduce the behavior:
Expected behavior:
just need one bracket
Screenshots:
Additional context: