Skip to content

Instantly share code, notes, and snippets.

@waseefakhtar
Created August 26, 2023 23:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waseefakhtar/3d5a0d7c08401d14e7c81c5ee2cdd815 to your computer and use it in GitHub Desktop.
Save waseefakhtar/3d5a0d7c08401d14e7c81c5ee2cdd815 to your computer and use it in GitHub Desktop.
@Composable
fun MedicationApp() {
MedicationAppTheme {
Surface(
modifier = Modifier.fillMaxSize(),
color = MaterialTheme.colorScheme.background
) {
AddMedicationScreen()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment