add:likes list

This commit is contained in:
2024-07-14 14:07:22 +08:00
parent ac051c8383
commit 61a22cc1e5
4 changed files with 104 additions and 5 deletions

View File

@@ -111,6 +111,9 @@ fun NavigationController(navController: NavHostController) {
composable(route="Comments") {
CommentsScreen()
}
composable(route="Likes") {
LikePage()
}
}
}