const GithubButton = ({ url }: { url: string }) => { return ( ); }; export default GithubButton;