mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2025-12-06 07:02:00 +01:00
9 lines
158 B
JavaScript
9 lines
158 B
JavaScript
import React from "react"
|
|
|
|
function DitDahDisplay(props) {
|
|
return (
|
|
<div className='ditDah'>{props.dd}</div>
|
|
)
|
|
}
|
|
|
|
export default DitDahDisplay |