Created
September 8, 2022 17:22
-
-
Save cp-radhika-s/f3bb1a4038c089e01eccdcf9d5012804 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Surface( | |
modifier = Modifier.fillMaxSize(), | |
color = MaterialTheme.colors.background | |
) { | |
RecipeDetail() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment