Updated on 2026-08-14
This commit is contained in:
parent
e5e2f4a1e7
commit
5da87df354
18 changed files with 115 additions and 146 deletions
|
|
@ -320,7 +320,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
@Serializable
|
||||
data class Stories(
|
||||
val storyId: String,
|
||||
val nextScreen: AppRoute,
|
||||
val nextScreen: AppRoute? = null,
|
||||
val screenSource: String,
|
||||
) : AppRoute(path = "/stories$storyId")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue