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() enableEdgeToEdge()
setContent { setContent {
What_The_FantasyTheme { 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) //AppNavigator() // Accès à la page login et SingUp (pour le moment)
//ProfilPage() //Accès à la page profil ProfilPage() //Accès à la page profil
QuizPage() //QuizPage()
} }
} }
} }

Loading…
Cancel
Save