17.05.2026 funny
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import { useState } from 'react'
|
||||
import btc from '@shared/assets/btc.svg'
|
||||
import eth from '@shared/assets/eth.svg'
|
||||
import sol from '@shared/assets/sol.svg'
|
||||
import trx from '@shared/assets/trx.svg'
|
||||
import arb from '@shared/assets/arb.svg'
|
||||
import { COIN_ICONS } from '@shared/assets/coins'
|
||||
|
||||
const btc = COIN_ICONS.BTC
|
||||
const eth = COIN_ICONS.ETH
|
||||
const sol = COIN_ICONS.SOL
|
||||
const trx = COIN_ICONS.TRX
|
||||
const arb = COIN_ICONS.ARB
|
||||
import type { WalletBalanceData } from '@features/wallet'
|
||||
|
||||
export interface Token {
|
||||
|
||||
Reference in New Issue
Block a user