File tree Expand file tree Collapse file tree 6 files changed +8
-42
lines changed
packages/wallet-widget/src Expand file tree Collapse file tree 6 files changed +8
-42
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11import { formatAddress , ConnectedWallet } from '@0xsequence/connect'
22import { Text } from '@0xsequence/design-system'
33
4- import { useSettings } from '../hooks'
5- import { useFiatWalletsMap } from '../hooks/useFiatWalletsMap'
4+ import { useSettings } from '../../ hooks'
5+ import { useFiatWalletsMap } from '../../ hooks/useFiatWalletsMap'
66
7- import { CopyButton } from './CopyButton'
8- import { ListCardSelect } from './ListCard'
9- import { WalletAccountGradient } from './WalletAccountGradient'
7+ import { CopyButton } from '.. /CopyButton'
8+ import { ListCardSelect } from '.. /ListCard/ListCardSelect '
9+ import { WalletAccountGradient } from '.. /WalletAccountGradient'
1010
1111export const SelectWalletRow = ( {
1212 wallet,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { useWallets } from '@0xsequence/connect'
22import { ChevronUpDownIcon , Text } from '@0xsequence/design-system'
33import { useState } from 'react'
44
5- import { SelectWalletRow } from '.. /SelectWalletRow'
5+ import { SelectWalletRow } from './SelectWalletRow'
66import { WALLET_HEIGHT } from '../SequenceWalletProvider'
77
88import { SlideupDrawer } from './SlideupDrawer'
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import { useState } from 'react'
66import { HEADER_HEIGHT , HEADER_HEIGHT_WITH_LABEL } from '../../constants'
77import { useNavigation } from '../../hooks'
88import { SlideupDrawer } from '../Select/SlideupDrawer'
9- import { SelectWalletRow } from '../SelectWalletRow'
9+ import { SelectWalletRow } from '../Select/ SelectWalletRow'
1010
1111import { AccountInformation } from './components/AccountInformation'
1212
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import { StackedIconTag } from '../../components/IconWrappers/StackedIconTag'
2525import { ListCardNav } from '../../components/ListCard/ListCardNav'
2626import { ListCardNavTable } from '../../components/ListCardTable/ListCardNavTable'
2727import { SlideupDrawer } from '../../components/Select/SlideupDrawer'
28- import { SelectWalletRow } from '../../components/SelectWalletRow'
28+ import { SelectWalletRow } from '../../components/Select/ SelectWalletRow'
2929import { WalletAccountGradient } from '../../components/WalletAccountGradient'
3030import { useNavigation , useSettings } from '../../hooks'
3131import { useFiatWalletsMap } from '../../hooks/useFiatWalletsMap'
You can’t perform that action at this time.
0 commit comments