function Display (props){ return (
Das war ihr {props.myVal}. countdown

); } export default Display;