Skip to content

Commit 79da934

Browse files
committed
Documentation for features/location
1 parent 4b1f33f commit 79da934

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

feature/location/src/commonMain/kotlin/org/mifos/mobile/feature/location/navigation/LocationNavigation.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ package org.mifos.mobile.feature.location.navigation
1414
* Base route for the locations feature navigation graph.
1515
*/
1616
const val LOCATIONS_NAVIGATION_ROUTE_BASE = "locations_base_route"
17+
1718
/**
1819
* Route for the locations screen.
1920
*/
@@ -29,6 +30,7 @@ sealed class LocationsNavigation(val route: String) {
2930
* Represents the base navigation route for the locations feature.
3031
*/
3132
data object LocationsBase : LocationsNavigation(route = LOCATIONS_NAVIGATION_ROUTE_BASE)
33+
3234
/**
3335
* Represents the screen for displaying locations.
3436
*/

0 commit comments

Comments
 (0)