WIP is a little better

This commit is contained in:
geeksville 2020-04-07 10:40:01 -07:00
parent 9491a74fc6
commit 5403b15044
11 changed files with 156 additions and 107 deletions

View file

@ -1,9 +1,6 @@
package com.geeksville.mesh.ui
import androidx.compose.Model
import com.geeksville.mesh.R
/*
data class ScreenInfo(val icon: Int, val label: String)
// defines the screens we have in the app
@ -28,3 +25,4 @@ object AppStatus {
fun navigateTo(destination: ScreenInfo) {
AppStatus.currentScreen = destination
}
*/