import { LinkExternal02 } from '@untitled-ui/icons-react' // eslint-disable-next-line import/no-restricted-paths import { Header } from '../features/header/components/header' import { PageContainer } from './page-container' import { EmptyState } from './empty-state' import { IllustrationAlert, LinkButton } from '@stacklok/ui-kit' import { emptyStateStrings } from '@/constants/empty-state-strings' import { hrefs } from '@/lib/hrefs' export function ErrorFallbackContent() { return (
Discord , GitHub issues , ]} />
) } export function Error() { return (
) }