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:
parent
894a2d0b82
commit
0e45388242
1 changed files with 3 additions and 2 deletions
|
@ -8,7 +8,8 @@ object StudeezDestinations {
|
|||
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"
|
||||
|
|
Reference in a new issue