Keep local changes for later refactoring. Apply styling fixes.

This commit is contained in:
KotlinGeekDev
2025-04-15 11:42:41 +01:00
parent acc59d2b40
commit dc22c7ea76
2 changed files with 1 additions and 1 deletions
@@ -116,7 +116,6 @@ fun AppNavigation(
popExitTransition = { slideOutHorizontallyToEnd },
) { ListsScreen(accountViewModel, nav) }
composable<Route.EditProfile> { NewUserMetadataScreen(nav, accountViewModel) }
composable<Route.Search> { SearchScreen(accountViewModel, nav) }
@@ -60,6 +60,7 @@ sealed class Route {
@Serializable object Drafts : Route()
@Serializable object Settings : Route()
object Lists :
Route(
route = "Lists",