#65 added session screen to destinations

This commit is contained in:
Lukas Barragan Torres 2023-04-17 10:05:09 +02:00
parent d43d326b41
commit b43d775039
3 changed files with 7 additions and 0 deletions

View file

@ -6,5 +6,6 @@ object StudeezDestinations {
const val LOGIN_SCREEN = "login"
const val HOME_SCREEN = "home"
const val TIMER_OVERVIEW_SCREEN = "timer_overview"
const val SESSION_SCREEN = "session"
}

View file

@ -0,0 +1,2 @@
package be.ugent.sel.studeez.screens.session

View file

@ -0,0 +1,4 @@
package be.ugent.sel.studeez.screens.session
class SessionViewModel {
}