import React from "react"; function Timer({timerRunning, timerContent}) { return(
timer

{timerContent}

) } export default Timer