Book Info Screen
fun BookInfoScreen(navController: NavHostController, bookId: String? = "", viewModel: BookInfoScreenViewModel = viewModel())
Screen that displays the details of a book.
Parameters
nav Controller
the navigation controller
book Id
the id of the book to display
view Model
the view model