Skip to content

Commit

Permalink
Remove unused preview
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed Sep 11, 2024
1 parent 8055900 commit 55d604b
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ import android.os.Bundle
import androidx.activity.ComponentActivity
import androidx.activity.compose.setContent
import androidx.activity.enableEdgeToEdge
import androidx.compose.runtime.Composable
import androidx.compose.ui.tooling.preview.Preview

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

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

0 comments on commit 55d604b

Please sign in to comment.