Skip to content

Commit

Permalink
update molecule sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Nov 3, 2024
1 parent 0a83519 commit a96c5eb
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview

class MainActivity : ComponentActivity() {
override fun onCreate(savedInstanceState: Bundle?) {
Expand All @@ -15,9 +14,3 @@ class MainActivity : ComponentActivity() {
}
}
}

@Preview
@Composable
fun AppAndroidPreview() {
App()
}

0 comments on commit a96c5eb

Please sign in to comment.