Started trying to get the preview to work, but changed mind.

This commit is contained in:
Hyperling 2024-12-29 08:50:32 -07:00
parent 890e50a2c9
commit e0cfc0c728

View File

@ -58,7 +58,9 @@ class MainActivity : ComponentActivity() {
@Composable @Composable
fun GreetingPreview() { fun GreetingPreview() {
ExampleRoomDatabase21EmptyTheme { ExampleRoomDatabase21EmptyTheme {
Greeting("Android") ContactScreen (
)
} }
} }
// */ // */