We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1f33f commit 79da934Copy full SHA for 79da934
feature/location/src/commonMain/kotlin/org/mifos/mobile/feature/location/navigation/LocationNavigation.kt
@@ -14,6 +14,7 @@ package org.mifos.mobile.feature.location.navigation
14
* Base route for the locations feature navigation graph.
15
*/
16
const val LOCATIONS_NAVIGATION_ROUTE_BASE = "locations_base_route"
17
+
18
/**
19
* Route for the locations screen.
20
@@ -29,6 +30,7 @@ sealed class LocationsNavigation(val route: String) {
29
30
* Represents the base navigation route for the locations feature.
31
32
data object LocationsBase : LocationsNavigation(route = LOCATIONS_NAVIGATION_ROUTE_BASE)
33
34
35
* Represents the screen for displaying locations.
36
0 commit comments