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