/// type Props = { githubLink: string; }; export default function ErrorBoundaryCard({ githubLink }: Props): JSX.Element; export {};