import React from "react"
function DitDahDisplay(props) {
return (
<div className='ditDah'>{props.dd}</div>
)
}
export default DitDahDisplay