const SectionReviewList = ({ children }) => { return
{children}
; }; export default SectionReviewList;