17.05.2026 funny

This commit is contained in:
2026-05-17 14:31:14 +03:00
parent ed5c7ea79d
commit 2d1c1654f9
34 changed files with 728 additions and 96 deletions

View File

@@ -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 {