added homescreen to destinations
This commit is contained in:
parent
8ac37d7e7b
commit
7beb9eb282
1 changed files with 1 additions and 0 deletions
|
@ -4,5 +4,6 @@ object StudeezDestinations {
|
||||||
const val SPLASH_SCREEN = "splash"
|
const val SPLASH_SCREEN = "splash"
|
||||||
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"
|
||||||
|
|
||||||
}
|
}
|
Reference in a new issue