import React from "react" function DitDahDisplay(props) { return (
{props.dd}
) } export default DitDahDisplay