function MyButton({ title }: { title: string }) { return ( ); } export default function MyApp() { return (

Welcome to my app

); }