function FancyBorder(props) { return (
{props.children}
);}function WelcomeDialog() { return (
Welcome
Thank you for visiting our spacecraft!
);}