Skip to content

Commit b714c3e

Browse files
committed
- Removed unused imports and empty lines.
1 parent c9c7359 commit b714c3e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/navigation/AppDestinations.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sealed interface AppDestinations {
1010

1111
@Serializable
1212
data class Detail(val topicId: String) : AppDestinations
13-
}
13+
}

composeApp/src/commonMain/kotlin/com/developersbreach/kotlindictionarymultiplatform/ui/navigation/NavigationAction.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ class NavigationActions(private val navController: NavHostController) {
77
val navigateToDetail: (String) -> Unit = { topicId ->
88
navController.navigate(AppDestinations.Detail(topicId))
99
}
10-
}
10+
}

0 commit comments

Comments
 (0)