Skip to content

Commit 2991bb6

Browse files
committed
Update wallet.mdx
1 parent 8020f39 commit 2991bb6

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

site/docs/pages/wallet/wallet.mdx

+1-9
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,7 @@ If you'd like more customization, follow the implementation guide for our `Walle
4444
```tsx twoslash
4545
import { WalletDefault } from '@coinbase/onchainkit/wallet';
4646

47-
export function WalletComponents() {
48-
return (
49-
// ---cut-before---
50-
// omitted for brevity
51-
52-
<WalletDefault /> // [!code focus]
53-
// ---cut-after---
54-
);
55-
}
47+
<WalletDefault />
5648
```
5749

5850

0 commit comments

Comments
 (0)