|
|
|
@ -13,7 +13,6 @@ import androidx.navigation.compose.rememberNavController
|
|
|
|
|
import androidx.navigation.toRoute
|
|
|
|
|
import com.example.what_the_fantasy.data.services.ServicesStub
|
|
|
|
|
import com.example.what_the_fantasy.ui.screens.*
|
|
|
|
|
import com.example.what_the_fantasy.ui.theme.colorNavBar
|
|
|
|
|
import kotlinx.serialization.Serializable
|
|
|
|
|
|
|
|
|
|
@Serializable
|
|
|
|
@ -78,7 +77,6 @@ fun AppNavigator() {
|
|
|
|
|
popUpTo(Login) { inclusive = true }
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
services = services
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|
composable<Accueil> {
|
|
|
|
|