import PropTypes from "prop-types" import React from "react" import StarRatings from 'react-star-ratings'; const BookCard = ({ book }) => (
{ book.author }