@Composable
fun
CardMinimalExample() {
   
Card() {
       
Text(text = "Hello, world!")
   
}
}