Skip to content

Instantly share code, notes, and snippets.

@davidvavra
Created December 29, 2021 15:49
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 davidvavra/faff6e4ade855add7d6835b21357c79f to your computer and use it in GitHub Desktop.
Save davidvavra/faff6e4ade855add7d6835b21357c79f to your computer and use it in GitHub Desktop.
@Composable
fun AppGreeting() {
Text(text = "Hello from app module!")
}
@Preview(name = "App module greeting", group = "Greetings")
@Composable
fun DefaultPreview() {
ShowkaseTheme {
AppGreeting()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment