Updated on 2026-08-14
This commit is contained in:
parent
b1488b60d3
commit
47c411b270
13 changed files with 110 additions and 4 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue