Skip to content

Commit

Permalink
docs: update snippet export
Browse files Browse the repository at this point in the history
  • Loading branch information
tien committed Jul 23, 2024
1 parent c0ff28a commit cc6caf9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { registerDotConnect } from "dot-connect";
// ...

// More information on how to set up your config: https://reactivedot.dev/docs/getting-started/setup#create-config
const config = {
export const config = {
// ...
wallets: [
new InjectedWalletAggregator(),
Expand All @@ -67,8 +67,6 @@ const config = {
registerDotConnect({
wallets: config.wallets,
});

export default config;
```

## Import required fonts
Expand Down

0 comments on commit cc6caf9

Please sign in to comment.