Updated on 2026-08-14
This commit is contained in:
parent
6c41eefe0b
commit
044efe36c5
19 changed files with 540 additions and 35 deletions
|
|
@ -257,6 +257,11 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val userWalletId: UserWalletId,
|
||||
) : AppRoute(path = "/wallet_settings/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
data class PushNotificationSettings(
|
||||
val userWalletId: UserWalletId,
|
||||
) : AppRoute(path = "/push_notification_settings/${userWalletId.stringValue}")
|
||||
|
||||
@Serializable
|
||||
data class WalletBackup(
|
||||
val userWalletId: UserWalletId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue