ProfileScreen

@ExperimentalCoilApi
@Composable
fun ProfileScreen(    imagePainter: ImagePainter,     onEditProfilePictureButtonClick: () -> Unit,     userAttributes: List<UserAttribute>,     scrollState: ScrollState)

Stateless implementation of profile screen