import React from 'react'; const Heading = ({ title }) => { return (

{title}

); }; export default Heading;