|
|
|
@ -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()
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|