Updated on 2026-08-14

This commit is contained in:
Tangem 2025-03-11 14:00:58 +04:00
parent b1488b60d3
commit 47c411b270
13 changed files with 110 additions and 4 deletions

View file

@ -40,6 +40,7 @@ sealed class AppRoute(val path: String) : Route {
val isTosAccepted: Boolean,
) : AppRoute(path = "/disclaimer${if (isTosAccepted) "/tos_accepted" else ""}")
@Deprecated("Do not use! Should be replaced by an implementation in onboarding component")
@Serializable
data object OnboardingNote : AppRoute(path = "/onboarding/note")