firstTrackOut

This commit is contained in:
2024-09-04 16:15:52 -04:00
parent fb5d241a43
commit 250b91add0
2 changed files with 1 additions and 2 deletions
@@ -6,7 +6,6 @@ import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.compose.foundation.layout.fillMaxSize
import androidx.compose.foundation.layout.padding
import androidx.compose.material3.Button
import androidx.compose.material3.Scaffold
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
@@ -39,7 +38,6 @@ fun Greeting(name: String, modifier: Modifier = Modifier) {
)
}
@Preview(showBackground = true)
@Composable
fun GreetingPreview() {