import * as React from "react"; type WelcomeProps = { greeting?: string; }; export function Welcome(props: WelcomeProps) { return