Skip to content

Commit dbd9491

Browse files
committed
chore: sort imports
1 parent 0b05b2c commit dbd9491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { newToCrypto } from "@/data/wallets/new-to-crypto"
55
import OneInchWalletImage from "@/public/images/wallets/1inch.png"
66
import AlphaWalletImage from "@/public/images/wallets/alpha.png"
77
import AmbireImage from "@/public/images/wallets/ambire.png"
8-
import ReadyImage from "@/public/images/wallets/ready.png"
98
import AuroxImage from "@/public/images/wallets/aurox.png"
109
import BitgetImage from "@/public/images/wallets/bitget.png"
1110
import BlockWalletImage from "@/public/images/wallets/blockwallet.png"
@@ -36,6 +35,7 @@ import PhantomImage from "@/public/images/wallets/phantom.png"
3635
import PillarImage from "@/public/images/wallets/pillar.png"
3736
import RabbyWalletImage from "@/public/images/wallets/rabbywallet.png"
3837
import RainbowImage from "@/public/images/wallets/rainbow.png"
38+
import ReadyImage from "@/public/images/wallets/ready.png"
3939
import SafeImage from "@/public/images/wallets/safe.png"
4040
import ShapeShiftImage from "@/public/images/wallets/shapeshift.png"
4141
import TahoImage from "@/public/images/wallets/taho.png"

0 commit comments

Comments
 (0)