import React from "react" import "./contentTitle.css" export const ContentTitle = (props) => { return (

{props.title}

{props.description}

) }