update home screen

This commit is contained in:
2026-05-06 08:39:19 +07:00
parent 109fe28d48
commit 06252ecbb4
9 changed files with 227 additions and 104 deletions
@@ -8,7 +8,7 @@ import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
@Composable
fun ChatScreen(id: String) {
fun ChatScreen(id: Long) {
Box(modifier = Modifier.fillMaxSize(), contentAlignment = Alignment.Center) {
Text("Chat Screen (ID: $id)")
}