const Octocat = (props: { repo: string }) => { return ( ); }; export default Octocat;