Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-25 13:54:11 +03:00
parent e080401183
commit f97a017f3f
22 changed files with 28 additions and 854 deletions

View file

@ -164,10 +164,6 @@ sealed class AppRoute(val path: String) : Route {
@Serializable
data object TesterMenu : AppRoute(path = "/tester_menu")
@Deprecated("Do not use! Should be replaced by an implementation in wallet route component")
@Serializable
data object SaveWallet : AppRoute(path = "/save_wallet")
@Serializable
data object AppCurrencySelector : AppRoute(path = "/app_currency_selector")