import React from 'react' const Title = (props) => { return(

{props.children}

) } export default Title;