changement de la page afficher

pull/38/head
kevin.modejar 2 months ago
parent 773c40bfa6
commit 0c14fd4481

@ -23,17 +23,9 @@ class MainActivity : ComponentActivity() {
enableEdgeToEdge()
setContent {
What_The_FantasyTheme {
Column {
Scaffold(modifier = Modifier.fillMaxSize()) { innerPadding ->
Title(
title = "What The Fantasy",
modifier = Modifier.padding(innerPadding)
)
}
}
//AppNavigator() // Accès à la page login et SingUp (pour le moment)
//ProfilPage() //Accès à la page profil
QuizPage()
ProfilPage() //Accès à la page profil
//QuizPage()
}
}
}

Loading…
Cancel
Save