Skip to content

Commit

Permalink
#2 - MySoothe App - Scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
jhg3410 committed Jan 28, 2023
1 parent ca7eafb commit 8620463
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,14 @@ private fun SootheBottomNavigation(modifier: Modifier = Modifier) {
// Step: MySoothe App - Scaffold
@Composable
fun MySootheApp() {
// Implement composable here

MySootheTheme() {
Scaffold(
bottomBar = { SootheBottomNavigation() }
) { padding ->
HomeScreen(modifier = Modifier.padding(padding))
}
}
}

private val alignYourBodyData = listOf(
Expand Down

0 comments on commit 8620463

Please sign in to comment.