Updated on 2026-08-14
This commit is contained in:
parent
f506db9c0e
commit
5566331bdb
14 changed files with 51 additions and 5 deletions
|
|
@ -197,4 +197,7 @@ sealed class AppRoute(val path: String) : Route {
|
|||
const val YIELD_KEY = "yield"
|
||||
}
|
||||
}
|
||||
|
||||
@Serializable
|
||||
data object PushNotification : AppRoute(path = "/push_notification")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue