diff --git a/services/web/frontend/js/features/chat/components/chat-fallback-error.jsx b/services/web/frontend/js/features/chat/components/chat-fallback-error.jsx index 38273505b2..7cf990c787 100644 --- a/services/web/frontend/js/features/chat/components/chat-fallback-error.jsx +++ b/services/web/frontend/js/features/chat/components/chat-fallback-error.jsx @@ -1,6 +1,7 @@ import PropTypes from 'prop-types' import { useTranslation } from 'react-i18next' -import { Button, Alert } from 'react-bootstrap' +import OLNotification from '@/features/ui/components/ol/ol-notification' +import OLButton from '@/features/ui/components/ol/ol-button' function ChatFallbackError({ reconnect }) { const { t } = useTranslation() @@ -8,12 +9,12 @@ function ChatFallbackError({ reconnect }) { return (