function Dialog(props) { return (

{props.title}

{props.message}

);}function WelcomeDialog() { return ( );}