Skip to content

Commit

Permalink
package fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishonson committed Feb 12, 2024
1 parent a7c46ac commit 27a011b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import org.jetbrains.compose.resources.painterResource
@Composable
fun App() {
Column {

var greetingText by remember { mutableStateOf("Hello, World!") }
var showImage by remember { mutableStateOf(false) }
Column(Modifier.fillMaxWidth(), horizontalAlignment = Alignment.CenterHorizontally) {
Expand Down

0 comments on commit 27a011b

Please sign in to comment.