Skip to content

Commit

Permalink
ktlint format
Browse files Browse the repository at this point in the history
  • Loading branch information
xavimolloy committed Oct 5, 2023
1 parent 6f71567 commit e12e4a3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/src/commonMain/kotlin/org/hisp/dhis/common/App.kt
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ fun App() {

@Composable
fun Main() {

val currentScreen = remember { mutableStateOf(Components.LIST_CARD) }
var expanded by remember { mutableStateOf(false) }

Expand Down

0 comments on commit e12e4a3

Please sign in to comment.