/// type Props = { className?: string; githubLink: string; }; export default function ErrorBoundarySection({ className, githubLink }: Props): JSX.Element; export {};