Update app/src/main/java/be/ugent/sel/studeez/navigation/StudeezDestinations.kt

Co-authored-by: Tibo De Peuter <Tibo.DePeuter@UGent.be>
This commit is contained in:
lbarraga 2023-04-17 14:36:24 +02:00 committed by GitHub Enterprise
parent 894a2d0b82
commit 0e45388242

View file

@ -5,10 +5,11 @@ object StudeezDestinations {
const val SIGN_UP_SCREEN = "signup"
const val LOGIN_SCREEN = "login"
const val HOME_SCREEN = "home"
const val HOME_SCREEN = "home"
const val TIMER_OVERVIEW_SCREEN = "timer_overview"
const val SESSION_SCREEN = "session"
// const val TASKS_SCREEN = "tasks"
// const val TASKS_SCREEN = "tasks"
// const val SESSIONS_SCREEN = "sessions"
const val PROFILE_SCREEN = "profile"
// const val TIMERS_SCREEN = "timers"