"#22 styling of task overview"

This commit is contained in:
brreynie 2023-05-02 22:18:56 +02:00
parent 1a2e192227
commit e1c05bb0d4
9 changed files with 140 additions and 37 deletions

View file

@ -158,7 +158,8 @@ fun StudeezNavGraph(
composable(StudeezDestinations.TASKS_SCREEN) {
TaskRoute(
viewModel = hiltViewModel()
goBack = goBack,
viewModel = hiltViewModel(),
)
}