Skip to content

Commit a867745

Browse files
committed
refactor: sort imports
1 parent 51513c0 commit a867745

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
@@ -1,6 +1,5 @@
11
import { StaticImageData } from "next/image"
22

3-
import TrustWalletImage from "@/public/wallets/trustwallet.png"
43
import OneInchWalletImage from "@/public/wallets/1inch.png"
54
import AirgapImage from "@/public/wallets/airgap.png"
65
import AktionariatImage from "@/public/wallets/aktionariat.png"
@@ -48,6 +47,7 @@ import TahoImage from "@/public/wallets/taho.png"
4847
import TokenPocketImage from "@/public/wallets/tokenpocket.png"
4948
import TorusImage from "@/public/wallets/torus.png"
5049
import TrezorImage from "@/public/wallets/trezor.png"
50+
import TrustWalletImage from "@/public/wallets/trustwallet.png"
5151
import UnstoppableWalletImage from "@/public/wallets/unstoppable.png"
5252
import Web3AuthImage from "@/public/wallets/web3auth.png"
5353
import XDEFIImage from "@/public/wallets/xdefi.png"

0 commit comments

Comments
 (0)