"#22 styling of task overview"
This commit is contained in:
parent
1a2e192227
commit
e1c05bb0d4
9 changed files with 140 additions and 37 deletions
|
@ -158,7 +158,8 @@ fun StudeezNavGraph(
|
|||
|
||||
composable(StudeezDestinations.TASKS_SCREEN) {
|
||||
TaskRoute(
|
||||
viewModel = hiltViewModel()
|
||||
goBack = goBack,
|
||||
viewModel = hiltViewModel(),
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue