import React from 'react'; type Props = { githubLink: string; } export default function ErrorBoundaryCard({githubLink}: Props) { return (

Something went wrong in Ignition!

An error occurred in Ignition's UI. Please open an issue on{' '} the Ignition GitHub repo{' '} and make sure to include any errors or warnings in the developer console.

) }