import 'bootstrap/dist/js/bootstrap';
import RatingSection, { CommentRes } from './components/RatingSection';
import RatingsSummary, { defaultRatingPercentages } from './components/RatingsSummary';
export default RatingSection;
export { RatingsSummary, CommentRes, defaultRatingPercentages };