#25 delete subject
This commit is contained in:
parent
056947e1db
commit
da4c51b726
4 changed files with 20 additions and 5 deletions
|
@ -159,6 +159,7 @@ fun StudeezNavGraph(
|
|||
composable(StudeezDestinations.TASKS_SCREEN) {
|
||||
TaskRoute(
|
||||
goBack = goBack,
|
||||
open = open,
|
||||
viewModel = hiltViewModel(),
|
||||
)
|
||||
}
|
||||
|
|
Reference in a new issue