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