#40 added timer overview to destinations
This commit is contained in:
parent
28b3260191
commit
16eb7d14f2
1 changed files with 1 additions and 0 deletions
|
@ -5,5 +5,6 @@ object StudeezDestinations {
|
||||||
const val SIGN_UP_SCREEN = "signup"
|
const val SIGN_UP_SCREEN = "signup"
|
||||||
const val LOGIN_SCREEN = "login"
|
const val LOGIN_SCREEN = "login"
|
||||||
const val HOME_SCREEN = "home"
|
const val HOME_SCREEN = "home"
|
||||||
|
const val TIMER_OVERVIEW_SCREEN = "timer_overview"
|
||||||
|
|
||||||
}
|
}
|
Reference in a new issue