add:add post detail page
This commit is contained in:
@@ -98,6 +98,9 @@ fun NavigationController(navController: NavHostController) {
|
||||
composable(route="OfficialPhotographer") {
|
||||
OfficialPhotographer()
|
||||
}
|
||||
composable(route="Post") {
|
||||
PostPage()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user