Skip to content

Commit

Permalink
#4 - Update dashboard screen
Browse files Browse the repository at this point in the history
  • Loading branch information
isoguzay committed Oct 8, 2023
1 parent 356c987 commit 1171b06
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
package com.io1.todo.feature.dashboard.view

import androidx.compose.material3.Text
import androidx.compose.runtime.Composable

@Composable
fun DashboardScreenRoute() {
DashboardScreen()
}

@Composable
fun DashboardScreen() {
Text(text = "DashboardScreen")
}

0 comments on commit 1171b06

Please sign in to comment.