TimerEditRoute en TimerAddRoute staan op andere plaatsen

This commit is contained in:
lbarraga 2023-05-05 00:06:13 +02:00
parent 2556e1c658
commit 6144afe03f

View file

@ -32,11 +32,10 @@ import be.ugent.sel.studeez.screens.sessions.SessionsRoute
import be.ugent.sel.studeez.screens.settings.SettingsRoute
import be.ugent.sel.studeez.screens.sign_up.SignUpRoute
import be.ugent.sel.studeez.screens.splash.SplashRoute
import be.ugent.sel.studeez.screens.timer_add.TimerAddRoute
import be.ugent.sel.studeez.screens.timer_add.TimerTypeSelectScreen
import be.ugent.sel.studeez.screens.timer_edit.TimerEditRoute
import be.ugent.sel.studeez.screens.timer_form.timer_type_select.TimerTypeSelectScreen
import be.ugent.sel.studeez.screens.timer_form.TimerAddRoute
import be.ugent.sel.studeez.screens.timer_form.TimerEditRoute
import be.ugent.sel.studeez.screens.timer_overview.TimerOverviewRoute
import be.ugent.sel.studeez.screens.timer_overview.add_timer.AddTimerRoute
import be.ugent.sel.studeez.screens.timer_selection.TimerSelectionRoute
import be.ugent.sel.studeez.ui.theme.StudeezTheme
import kotlinx.coroutines.CoroutineScope
@ -209,7 +208,6 @@ fun StudeezNavGraph(
composable(StudeezDestinations.ADD_TIMER_SCREEN) {
TimerAddRoute(
open = open,
popUp = goBack,
viewModel = hiltViewModel()
)
@ -217,7 +215,6 @@ fun StudeezNavGraph(
composable(StudeezDestinations.TIMER_EDIT_SCREEN) {
TimerEditRoute(
open = open,
popUp = goBack,
viewModel = hiltViewModel()
)