import React from 'react'; const SectionTitle = ({ title }) => { return (
{title}
); }; export default SectionTitle;