Added app destinations
This commit is contained in:
parent
a9d18bfe01
commit
e3c54ce116
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
package be.ugent.sel.studeez.navigation
|
||||
|
||||
object StudeezDestinations {
|
||||
const val SPLASH_SCREEN = "splash"
|
||||
const val SIGN_UP_SCREEN = "signup"
|
||||
const val LOGIN_SCREEN = "login"
|
||||
|
||||
}
|
Reference in a new issue