const CheckSectionHeading = ({ title }) => { return

{title}

; }; export default CheckSectionHeading;