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

Current Score: {props.currentScore}

) } export default CurrentScore