Updated on 2026-08-14
This commit is contained in:
parent
a3a18854c8
commit
92794cb2f6
14 changed files with 35 additions and 13 deletions
|
|
@ -283,6 +283,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
@Serializable
|
||||
data class NFT(
|
||||
val userWalletId: UserWalletId,
|
||||
val walletName: String,
|
||||
) : AppRoute(path = "/nft/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue