Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 9, 2024
1 parent f8f09e3 commit 219ddb3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions site/docs/pages/wallet/wallet-dropdown-fund-link.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,21 @@ title: Wallet Components & Utilities · OnchainKit
description: Introduction to Wallet Components & Utilities
---

import {
import {
ConnectWallet,
Wallet,
WalletDropdown,
WalletDropdownFundLink
WalletDropdownLink,
WalletDropdownDisconnect,
WalletDropdownFundLink,
} from '../src/wallet';
import { Address, Avatar, Name, Identity, EthBalance } from '../src/identity';
} from '@coinbase/onchainkit/wallet';
import {
Address,
Avatar,
Name,
Identity,
EthBalance,
} from '@coinbase/onchainkit/identity';
import { color } from '@coinbase/onchainkit/theme';
import AppWithRK from '../../components/AppWithRK';
import WalletComponents from '../../components/WalletComponents';
Expand Down

0 comments on commit 219ddb3

Please sign in to comment.