import React from "react" export default React.memo(function MorseButtons() { return ( <>
TAP OR PRESS SPACEBAR
) })