import { useTranslation } from 'react-i18next' import OLNotification from '@/shared/components/ol/ol-notification' import OLButton from '@/shared/components/ol/ol-button' import RailPanelHeader from '@/features/ide-react/components/rail/rail-panel-header' interface ChatFallbackErrorProps { reconnect?: () => void } function ChatFallbackError({ reconnect }: ChatFallbackErrorProps) { const { t } = useTranslation() return (