add:comment list

This commit is contained in:
2024-07-14 11:17:51 +08:00
parent bcac44bbbd
commit ac051c8383
4 changed files with 175 additions and 5 deletions

View File

@@ -108,6 +108,9 @@ fun NavigationController(navController: NavHostController) {
composable(route="MyMessage") {
NotificationsScreen()
}
composable(route="Comments") {
CommentsScreen()
}
}
}