add:message list

This commit is contained in:
2024-07-14 10:51:26 +08:00
parent 1e6f6764f2
commit bcac44bbbd
4 changed files with 244 additions and 1 deletions

View File

@@ -105,6 +105,9 @@ fun NavigationController(navController: NavHostController) {
composable(route="ModificationList") {
ModificationListScreen()
}
composable(route="MyMessage") {
NotificationsScreen()
}
}
}