Account Listings
fun AccountListings(bookListings: List<MBook>, currentlyEditingBook: MutableState<MBook?>, viewModel: AccountScreenViewModel = viewModel(), navController: NavController)
Account Book Listings
Parameters
book Listings
List
currently Editing Book
MutableState
view Model
AccountScreenViewModel the viewmodel for the screen