#40 timer_overview screen added to navgraph
This commit is contained in:
		
							parent
							
								
									880236e1ce
								
							
						
					
					
						commit
						89eda17bc2
					
				
					 1 changed files with 5 additions and 0 deletions
				
			
		|  | @ -22,6 +22,7 @@ import be.ugent.sel.studeez.screens.home.HomeScreen | |||
| import be.ugent.sel.studeez.screens.log_in.LoginScreen | ||||
| import be.ugent.sel.studeez.screens.sign_up.SignUpScreen | ||||
| import be.ugent.sel.studeez.screens.splash.SplashScreen | ||||
| import be.ugent.sel.studeez.screens.timer_overview.TimerOverviewScreen | ||||
| import be.ugent.sel.studeez.ui.theme.StudeezTheme | ||||
| import kotlinx.coroutines.CoroutineScope | ||||
| 
 | ||||
|  | @ -95,4 +96,8 @@ fun NavGraphBuilder.studeezGraph(appState: StudeezAppstate) { | |||
|     composable(StudeezDestinations.HOME_SCREEN) { | ||||
|         HomeScreen(openAndPopUp) | ||||
|     } | ||||
| 
 | ||||
|     composable(StudeezDestinations.TIMER_OVERVIEW_SCREEN) { | ||||
|         TimerOverviewScreen(openAndPopUp) | ||||
|     } | ||||
| } | ||||
		Reference in a new issue
	
	 lbarraga
						lbarraga