pull/24/head
parent
c0301aa604
commit
0224bbf149
@ -1,6 +1,11 @@
|
||||
package com.example.what_the_fantasy.ui.screens
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import com.example.what_the_fantasy.ui.components.NavBar
|
||||
|
||||
@Composable
|
||||
fun AccueilPage() {}
|
||||
fun AccueilPage() {
|
||||
NavBar {
|
||||
|
||||
}
|
||||
}
|
@ -1,6 +1,11 @@
|
||||
package com.example.what_the_fantasy.ui.screens
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import com.example.what_the_fantasy.ui.components.NavBar
|
||||
|
||||
@Composable
|
||||
fun FavoritePage() {}
|
||||
fun FavoritePage() {
|
||||
NavBar {
|
||||
|
||||
}
|
||||
}
|
@ -1,6 +1,11 @@
|
||||
package com.example.what_the_fantasy.ui.screens
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import com.example.what_the_fantasy.ui.components.NavBar
|
||||
|
||||
@Composable
|
||||
fun QuotePage() {}
|
||||
fun QuotePage() {
|
||||
NavBar {
|
||||
|
||||
}
|
||||
}
|
@ -1,6 +1,11 @@
|
||||
package com.example.what_the_fantasy.ui.screens
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import com.example.what_the_fantasy.ui.components.NavBar
|
||||
|
||||
@Composable
|
||||
fun SearchPage() {}
|
||||
fun SearchPage() {
|
||||
NavBar {
|
||||
|
||||
}
|
||||
}
|
@ -1,6 +1,11 @@
|
||||
package com.example.what_the_fantasy.ui.screens
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import com.example.what_the_fantasy.ui.components.NavBar
|
||||
|
||||
@Composable
|
||||
fun SubmitQuotePage() {}
|
||||
fun SubmitQuotePage() {
|
||||
NavBar {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in new issue