begin adding map view

This commit is contained in:
geeksville 2020-03-11 14:45:49 -07:00
parent fb2304ba82
commit 9be189f89c
10 changed files with 64 additions and 2 deletions

View file

@ -146,6 +146,7 @@ private fun AppContent(openDrawer: () -> Unit) {
Screen.settings -> SettingsContent()
Screen.users -> HomeContent()
Screen.channel -> ChannelContent()
Screen.map -> MapContent()
else -> TODO()
}
}