Skip to content

Commit

Permalink
Fromat main.tsx render function and nested lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
httpJunkie committed Oct 25, 2024
1 parent fe84731 commit 57e88ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions wallet/tutorials/react-dapp-sdk-wagmi.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ const queryClient = new QueryClient()

ReactDOM.createRoot(document.getElementById("root")!).render(
<React.StrictMode>
<WagmiProvider config={config}>
<QueryClientProvider client={queryClient}>
<App />
</QueryClientProvider>
</WagmiProvider>
<WagmiProvider config={config}>
<QueryClientProvider client={queryClient}>
<App />
</QueryClientProvider>
</WagmiProvider>
</React.StrictMode>,
)
```
Expand Down

0 comments on commit 57e88ad

Please sign in to comment.