I have a funtion like this
but I cannot preview it
data class ViewEffect(
val error: String? = null,
)
@Composable
fun EditContactInfoScreenContent(
modifier: Modifier = Modifier,
mutableSharedFlow: MutableSharedFlow<ViewEffect>,
) {
}