add:follower list

This commit is contained in:
2024-07-14 15:26:44 +08:00
parent 61a22cc1e5
commit 2f7cbaea74
3 changed files with 98 additions and 1 deletions

View File

@@ -114,6 +114,9 @@ fun NavigationController(navController: NavHostController) {
composable(route="Likes") {
LikePage()
}
composable(route="Followers") {
FollowerPage()
}
}
}