Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Jan 6, 2025
1 parent 3bf49f7 commit 6284fdd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package org.michaelbel.template.ui
sealed class AppNavigation(
val route: String
) {

data object List: AppNavigation("list")

data object Details: AppNavigation("details")
Expand Down

0 comments on commit 6284fdd

Please sign in to comment.