added homescreen to destinations

This commit is contained in:
lbarraga 2023-04-11 15:40:29 +02:00
parent 8ac37d7e7b
commit 7beb9eb282

View file

@ -4,5 +4,6 @@ object StudeezDestinations {
const val SPLASH_SCREEN = "splash"
const val SIGN_UP_SCREEN = "signup"
const val LOGIN_SCREEN = "login"
const val HOME_SCREEN = "home"
}