Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(app): in NavigationItem add route
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 16, 2023
1 parent c8d9c89 commit db6416b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ import androidx.compose.ui.graphics.vector.ImageVector
class NavigationItem(
val title: String,
val icon: ImageVector,
val route: String = "",
val action: () -> Unit
)

0 comments on commit db6416b

Please sign in to comment.