Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-09 18:25:59 +04:00
parent e4d637927a
commit 2a021f7d03
14 changed files with 155 additions and 76 deletions

View file

@ -30,10 +30,6 @@ sealed class AppRoute(val path: String) : Route {
) : AppRoute(path = "/welcome"), RouteBundleParams {
override fun getBundle(): Bundle = bundle(serializer())
companion object {
const val INITIAL_INTENT_KEY = "intent"
}
}
@Serializable
@ -177,9 +173,6 @@ sealed class AppRoute(val path: String) : Route {
"/$isInitialReverseOrder",
)
@Serializable
data object TesterMenu : AppRoute(path = "/tester_menu")
@Serializable
data object AppCurrencySelector : AppRoute(path = "/app_currency_selector")