Seller
  fun SellerInterestView(sellerInterestList: List<MBook>, viewModel: BookInfoScreenViewModel, navController: NavController)
This composable is the Seller Interest View. It configures the display of all of a user's book listings and the buyers that have expressed interest in purchasing the book.
Parameters
seller
The interest list to be displayed
view
The BookInfoScreenViewModel that allows for the usage of certain viewModel functions
nav
Provides the ability to navigate to a listing's respective info page