#65 added session screen to destinations
This commit is contained in:
		
							parent
							
								
									d43d326b41
								
							
						
					
					
						commit
						b43d775039
					
				
					 3 changed files with 7 additions and 0 deletions
				
			
		|  | @ -6,5 +6,6 @@ object StudeezDestinations { | ||||||
|     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" |     const val TIMER_OVERVIEW_SCREEN = "timer_overview" | ||||||
|  |     const val SESSION_SCREEN = "session" | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
|  | @ -0,0 +1,2 @@ | ||||||
|  | package be.ugent.sel.studeez.screens.session | ||||||
|  | 
 | ||||||
|  | @ -0,0 +1,4 @@ | ||||||
|  | package be.ugent.sel.studeez.screens.session | ||||||
|  | 
 | ||||||
|  | class SessionViewModel { | ||||||
|  | } | ||||||
		Reference in a new issue
	
	 Lukas Barragan Torres
						Lukas Barragan Torres