Updated on 2026-08-14
This commit is contained in:
parent
8891721b89
commit
916a4a7242
47 changed files with 8 additions and 2802 deletions
|
|
@ -331,11 +331,6 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val userWalletId: UserWalletId,
|
||||
) : AppRoute(path = "/sell_crypto/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
data class SwapCrypto(
|
||||
val userWalletId: UserWalletId,
|
||||
) : AppRoute(path = "/swap_crypto/${userWalletId.stringValue}")
|
||||
|
||||
/**
|
||||
* Onboarding V2
|
||||
* @property scanResponse scan response, determines onboarding route by the product type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue