Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wpdas committed Apr 21, 2023
1 parent 2c8e156 commit a54fd04
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,13 @@ import 'near-social-bridge/near-social-bridge.css'

overrideLocalStorage()

// ...
return (
<NearSocialBridgeProvider waitForStorage fallback={<Spinner />}>
<App />
</NearSocialBridgeProvider>
)
const App = () => {
return (
<NearSocialBridgeProvider waitForStorage fallback={<Spinner />}>
<Components />
</NearSocialBridgeProvider>
)
}
```

## Requests
Expand Down

0 comments on commit a54fd04

Please sign in to comment.