Updated on 2026-08-14
This commit is contained in:
parent
321b026fb4
commit
5ae666646f
19 changed files with 559 additions and 6 deletions
|
|
@ -288,4 +288,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
val source: String,
|
||||
)
|
||||
}
|
||||
|
||||
@Serializable
|
||||
data object Onramp : AppRoute(path = "/onramp")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue